{"id":21270378,"url":"https://github.com/amdzy/jackvm","last_synced_at":"2025-03-15T11:46:30.712Z","repository":{"id":174963057,"uuid":"580712402","full_name":"amdzy/JackVM","owner":"amdzy","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-31T16:27:58.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T02:28:33.541Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amdzy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2022-12-21T08:58:14.000Z","updated_at":"2023-09-13T11:40:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"e2e477c5-38d1-4a8d-805f-7f25adfa37cf","html_url":"https://github.com/amdzy/JackVM","commit_stats":null,"previous_names":["soul-remix/jackvm","amdzy/jackvm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amdzy%2FJackVM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amdzy%2FJackVM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amdzy%2FJackVM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amdzy%2FJackVM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amdzy","download_url":"https://codeload.github.com/amdzy/JackVM/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243725560,"owners_count":20337667,"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":[],"created_at":"2024-11-21T08:17:16.045Z","updated_at":"2025-03-15T11:46:30.687Z","avatar_url":"https://github.com/amdzy.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Jack Programming Language \n## Compiler and Virtual Machine\n\nThis project is about building a high level OOP language called jack using java.    \n\n## Features\nJack is a Turing-complete, object-oriented language, with most of the features that any modern language has, such as branching, loops, assignments, arrays, classes, methods, arithmetic operations and more.    \n\n## Syntax\nJack has a C-like syntax. Reserved words in Jack are:    \n \n|      |      |\n| :------------- | :------------- |\n| this       | field       |\n| static | constructor       |\n| method | function |\n| int | char |\n| boolean | var |\n| let | do |\n| while | if |\n| else | return |\n| true | false |\n| null | void |\n\n### Compilation \nThe Jack language is compiled in a two-tier process:\n![Two tier compilation process. from the book *Compilers: Principles, Techniques and tools*](./compilation.png)\n\nThe code is first translated to an intermediate program (like Java's *bytecode* and C#'s *Intermediate Language*) and then a Virtual Machine Translator finishes the compilation process either by interpreting the VM code or by translating to the target's machine assembly language.  \n\n## Project\nThe project consists of two parts\n- [VM Translator](https://github.com/Soul-Remix/JackVM/tree/main/VMTranslator)\n- Compiler (Not completed yet)\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famdzy%2Fjackvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famdzy%2Fjackvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famdzy%2Fjackvm/lists"}