{"id":22685559,"url":"https://github.com/oamkotb/cpplox","last_synced_at":"2025-03-29T15:16:24.263Z","repository":{"id":243203262,"uuid":"810888026","full_name":"oamkotb/cpplox","owner":"oamkotb","description":"A C++ implementation of the JLox Tree-Walker Interpreter.","archived":false,"fork":false,"pushed_at":"2024-10-11T00:16:56.000Z","size":6913,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-04T16:14:21.119Z","etag":null,"topics":["compiler","cpp","lox-interpreter"],"latest_commit_sha":null,"homepage":"","language":"C++","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/oamkotb.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-06-05T14:36:59.000Z","updated_at":"2024-10-11T00:17:00.000Z","dependencies_parsed_at":"2024-08-22T21:14:10.185Z","dependency_job_id":"f1173770-544f-40c4-8cfb-680974907dc5","html_url":"https://github.com/oamkotb/cpplox","commit_stats":null,"previous_names":["oamkotb/cpplox"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oamkotb%2Fcpplox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oamkotb%2Fcpplox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oamkotb%2Fcpplox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oamkotb%2Fcpplox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oamkotb","download_url":"https://codeload.github.com/oamkotb/cpplox/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246200324,"owners_count":20739567,"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":["compiler","cpp","lox-interpreter"],"created_at":"2024-12-09T22:15:33.368Z","updated_at":"2025-03-29T15:16:24.242Z","avatar_url":"https://github.com/oamkotb.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# CppLox\n\nCppLox is a C++ implementation of the JLox compiler, offering full functional parity with the original. It serves as a Tree-Walk Interpreter for Lox, a dynamically typed, interpreted scripting language designed by Robert Nystrom for his book [Crafting Interpreters](https://craftinginterpreters.com/).\n\n## Getting Started\n### Prerequisites\n* C++17 or later\n* GCC compiler\n\n## Building the Project\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/oamkotb/cpplox\n```\n\n2. Navigate to the project directory:\n```bash\ncd cpplox\n```\n\n3. Run the Makefile:\n```bash\nmake\n```\n\n## Running the Project\nRun interactive prompt:\n```bash\n./build/cpplox\n```\n\nRun a Lox file:\n```bash\n./build/cpplox [lox file]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foamkotb%2Fcpplox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foamkotb%2Fcpplox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foamkotb%2Fcpplox/lists"}