{"id":22665214,"url":"https://github.com/loty2019/compilers","last_synced_at":"2025-03-29T09:29:01.034Z","repository":{"id":258866595,"uuid":"860968843","full_name":"loty2019/Compilers","owner":"loty2019","description":" Compiler organization and implementation, including formal specifications and algorithms for lexical and syntactic analysis, internal representation of the source program, semantic analysis, run-time environment issues and code generation. ","archived":false,"fork":false,"pushed_at":"2024-12-10T04:12:08.000Z","size":2468,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T15:12:25.797Z","etag":null,"topics":["compilers","compilers-design","j--","java"],"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/loty2019.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-09-21T16:41:46.000Z","updated_at":"2024-12-10T04:12:12.000Z","dependencies_parsed_at":"2024-11-06T18:35:37.382Z","dependency_job_id":null,"html_url":"https://github.com/loty2019/Compilers","commit_stats":null,"previous_names":["loty2019/compilers"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loty2019%2FCompilers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loty2019%2FCompilers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loty2019%2FCompilers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loty2019%2FCompilers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loty2019","download_url":"https://codeload.github.com/loty2019/Compilers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246165707,"owners_count":20734087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["compilers","compilers-design","j--","java"],"created_at":"2024-12-09T13:20:22.514Z","updated_at":"2025-03-29T09:29:01.006Z","avatar_url":"https://github.com/loty2019.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## *j--* Compiler\n\n*j--* is a compiler for a language (also called *j--*) that is a \nnon-trivial subset of the Java programming language. Refer to \n[The *j--* Language Specification](langspec) for the formal \ndetails about the *j--* language.The compiler. The *j--* compiler \ngenerates code for the Java Virtual Machine (JVM).\n\nThe following command compiles the compiler:\n```bash\n$ ant\n```\n\nThe following command runs the compiler and prints the usage string:\n```bash\n$ ./bin/j-- \n```\n\nThe following command compiles a test *j--* program `HelloWorld.java` \nusing the *j--* compiler, which translates the program into a JVM \nbytecode program `HelloWorld.class`:\n```bash\n$ ./bin/j-- tests/HelloWorld.java\n```\n\nThe following command runs the `HelloWorld.class` program using the \nJVM:\n```bash\n$ java HelloWorld\n```\n\n## Software Dependencies\n\n* [OpenJDK](https://openjdk.org/)\n* [Ant](https://ant.apache.org/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floty2019%2Fcompilers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floty2019%2Fcompilers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floty2019%2Fcompilers/lists"}