{"id":24708008,"url":"https://github.com/pungrumpy/lexical-analyzer","last_synced_at":"2026-02-13T02:45:01.777Z","repository":{"id":264968189,"uuid":"872007639","full_name":"PunGrumpy/lexical-analyzer","owner":"PunGrumpy","description":"🫀 Break down regular expression","archived":false,"fork":false,"pushed_at":"2024-10-13T14:53:56.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-31T21:49:21.144Z","etag":null,"topics":["java","jflex","lexical-analysis","lexical-analyzer"],"latest_commit_sha":null,"homepage":"","language":"Lex","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PunGrumpy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-13T14:50:25.000Z","updated_at":"2024-10-13T17:36:12.000Z","dependencies_parsed_at":"2024-11-27T02:13:12.194Z","dependency_job_id":"a0c154d5-4aa5-4491-9cf7-9cecaee55e1a","html_url":"https://github.com/PunGrumpy/lexical-analyzer","commit_stats":null,"previous_names":["pungrumpy/lexical-analyzer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PunGrumpy/lexical-analyzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Flexical-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Flexical-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Flexical-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Flexical-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PunGrumpy","download_url":"https://codeload.github.com/PunGrumpy/lexical-analyzer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Flexical-analyzer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29393703,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T00:53:09.511Z","status":"online","status_checked_at":"2026-02-13T02:00:10.076Z","response_time":78,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","jflex","lexical-analysis","lexical-analyzer"],"created_at":"2025-01-27T06:27:33.301Z","updated_at":"2026-02-13T02:45:01.730Z","avatar_url":"https://github.com/PunGrumpy.png","language":"Lex","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔍 Lexical Analyzer Project\n\nWelcome to our Lexical Analyzer project! This tool helps break down source code into meaningful tokens. 🚀\n\n## ✨ Features\n\nOur Lexical Analyzer can identify:\n\n- ➕ Operators (+, -, \\*, /, =, \u003e, \u003e=, \u003c, \u003c=, ==, ++, --)\n- 🎭 Parentheses and semicolons\n- 🔑 Keywords (if, then, else, endif, while, do, endwhile, print, newline, read)\n- 🔢 Integers\n- 🆔 Identifiers\n- 📜 Strings\n- 💬 Comments (both single-line and multi-line)\n\n## 🛠 Prerequisites\n\nBefore you begin, ensure you have met the following requirements:\n\n- ☕ Java Development Kit (JDK)\n- 🦊 JFlex\n\n## 🚀 Installation\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/PunGrumpy/lexical-analyzer.git\n   ```\n2. Navigate to the project directory:\n   ```\n   cd lexical-analyzer\n   ```\n\n## 🏃‍♂️ Usage\n\n1. Generate the Lexer Java file:\n\n   ```\n   jflex src/Lexer.flex\n   ```\n\n2. Compile the Java files:\n\n   ```\n   java src/*.java\n   ```\n\n3. Run the analyzer:\n   ```\n   java -cp src Main \u003cinput_file\u003e\n   ```\n\n## 📁 Project Structure\n\n```\nproject_root/\n│\n├── src/\n│   ├── Lexer.flex   🧩 JFlex specification file\n│   └── Main.java    🎯 Main application file\n│\n├── input_1.txt      📄 Sample input file\n├── input_2.txt      📄 Sample input file\n├── input_3.txt      📄 Sample input file\n└── .gitignore       🙈 Git ignore file\n```\n\n## 🤝 Contributing\n\nContributions are welcome! Here's how you can help:\n\n1. 🍴 Fork the project\n2. 🔧 Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. 💾 Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. 📤 Push to the branch (`git push origin feature/AmazingFeature`)\n5. 🔀 Open a pull request\n\n---\n\nHappy coding! 💻✨\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpungrumpy%2Flexical-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpungrumpy%2Flexical-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpungrumpy%2Flexical-analyzer/lists"}