{"id":20245247,"url":"https://github.com/aymenkhs/compiler-with-antlr","last_synced_at":"2026-06-11T07:31:35.470Z","repository":{"id":81990635,"uuid":"343942269","full_name":"aymenkhs/Compiler-with-ANTLR","owner":"aymenkhs","description":"A compiler using antlr4 and JAVA","archived":false,"fork":false,"pushed_at":"2021-07-16T15:49:41.000Z","size":165,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-02T17:05:17.993Z","etag":null,"topics":["antlr4","compiler","java","lexer","parser"],"latest_commit_sha":null,"homepage":"","language":"Java","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/aymenkhs.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-03-02T23:31:24.000Z","updated_at":"2025-02-09T22:43:27.000Z","dependencies_parsed_at":"2023-07-14T21:02:16.187Z","dependency_job_id":null,"html_url":"https://github.com/aymenkhs/Compiler-with-ANTLR","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aymenkhs/Compiler-with-ANTLR","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aymenkhs%2FCompiler-with-ANTLR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aymenkhs%2FCompiler-with-ANTLR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aymenkhs%2FCompiler-with-ANTLR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aymenkhs%2FCompiler-with-ANTLR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aymenkhs","download_url":"https://codeload.github.com/aymenkhs/Compiler-with-ANTLR/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aymenkhs%2FCompiler-with-ANTLR/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34188272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":["antlr4","compiler","java","lexer","parser"],"created_at":"2024-11-14T09:19:52.317Z","updated_at":"2026-06-11T07:31:35.463Z","avatar_url":"https://github.com/aymenkhs.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a small compiler in java that uses ANTLR as a lexer and parser\n\nAfter parsing our grammar we check lexical errors, generate Quadruples, and then assembly code using the visitor class to walk our tree\n\n# Depencencies\n* install JAVA \n* download ANTLR (you can download it [here](https://www.antlr.org/download.html)) and add it to your project\n\n# HOW TO RUN IT\n\n## Generate the ANTLR Graph\nYou can generate the ANTLR graph from the file grammar/tiny_parser.g4\n\n## Run the rest of the project\nYou can simply run the class \"Launch.java\" that execute the compiler on a test file.\n\n# Project Structure\n* The Lexer and Parser rules are defined in the grammar package\n* The generated files package contains the ANTLR generated files\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faymenkhs%2Fcompiler-with-antlr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faymenkhs%2Fcompiler-with-antlr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faymenkhs%2Fcompiler-with-antlr/lists"}