{"id":44354286,"url":"https://github.com/princemuel/lox","last_synced_at":"2026-05-20T19:06:35.526Z","repository":{"id":258427295,"uuid":"867863819","full_name":"princemuel/lox","owner":"princemuel","description":"An interpreter for the Lox programming language - implemented in Rust","archived":false,"fork":false,"pushed_at":"2025-12-02T18:19:55.000Z","size":137,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-14T19:48:13.919Z","etag":null,"topics":["compiler-design","compilers","crafting-interpreters","crafting-interpreters-book","interpreters","lox-language","rust","virtual-machine"],"latest_commit_sha":null,"homepage":"https://craftinginterpreters.com","language":"Just","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/princemuel.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":"2024-10-04T22:00:47.000Z","updated_at":"2025-12-02T18:19:59.000Z","dependencies_parsed_at":"2025-04-23T00:26:59.150Z","dependency_job_id":"32786ca3-6f85-48e7-88ef-a1674b85fa38","html_url":"https://github.com/princemuel/lox","commit_stats":null,"previous_names":["princemuel/l_ecole","princemuel/lox","princemuel/rlox","princemuel/rox"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/princemuel/lox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princemuel%2Flox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princemuel%2Flox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princemuel%2Flox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princemuel%2Flox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/princemuel","download_url":"https://codeload.github.com/princemuel/lox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princemuel%2Flox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33271524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-20T15:12:43.734Z","status":"ssl_error","status_checked_at":"2026-05-20T15:12:42.300Z","response_time":356,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["compiler-design","compilers","crafting-interpreters","crafting-interpreters-book","interpreters","lox-language","rust","virtual-machine"],"created_at":"2026-02-11T16:01:45.036Z","updated_at":"2026-05-20T19:06:35.302Z","avatar_url":"https://github.com/princemuel.png","language":"Just","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lox\n\n[![progress-banner](https://backend.codecrafters.io/progress/interpreter/be86d1f9-9cd2-4a4c-a12c-49f0dee67844)](https://app.codecrafters.io/users/codecrafters-bot?r=2qF)\n\nThis is the Rust implementation of an intepreter for the Lox programming language.\n\nLox, is a full-featured, efficient scripting language from Robert Nystrom's book, [\"Crafting Interpreters\"][crafting-interpreters]. lox compiles Lox source code into a bytecode format that is executed by a portable virtual machine.\n\nA more complete description of the features of Lox can be found [here][the-lox-language]\n\n**Note**: If you're viewing this repo on GitHub, head over to\n[codecrafters.io](https://codecrafters.io) to try the challenge, or just read [the book][crafting-interpreters] 😀 Along the way, you'll learn about tokenization, ASTs,\ntree-walk interpreters and much more.\n\n[crafting-interpreters]: https://craftinginterpreters.com/\n[the-lox-language]: https://craftinginterpreters.com/the-lox-language.html\n\n## Setup\n\n1. Ensure you have `cargo (1.88+)` installed locally\n2. Run `./program.sh` to run the program, which is implemented in `src/main.rs`.\n   This command compiles the Rust project, so it might be slow the first time you run it. Subsequent runs will be fast.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprincemuel%2Flox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprincemuel%2Flox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprincemuel%2Flox/lists"}