{"id":17201378,"url":"https://github.com/timwspence/codecrafters-interpreter-rust","last_synced_at":"2025-10-26T00:37:03.212Z","repository":{"id":255162872,"uuid":"848169565","full_name":"TimWSpence/codecrafters-interpreter-rust","owner":"TimWSpence","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-02T17:04:21.000Z","size":65,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T09:13:01.943Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/TimWSpence.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-08-27T09:07:09.000Z","updated_at":"2024-12-02T17:04:24.000Z","dependencies_parsed_at":"2024-08-28T11:28:04.744Z","dependency_job_id":"db58f018-8c46-4885-a7c8-bf49dea6e1ca","html_url":"https://github.com/TimWSpence/codecrafters-interpreter-rust","commit_stats":null,"previous_names":["timwspence/codecrafters-interpreter-rust"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TimWSpence/codecrafters-interpreter-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimWSpence%2Fcodecrafters-interpreter-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimWSpence%2Fcodecrafters-interpreter-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimWSpence%2Fcodecrafters-interpreter-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimWSpence%2Fcodecrafters-interpreter-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimWSpence","download_url":"https://codeload.github.com/TimWSpence/codecrafters-interpreter-rust/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimWSpence%2Fcodecrafters-interpreter-rust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281043411,"owners_count":26434443,"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","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"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":[],"created_at":"2024-10-15T02:11:40.635Z","updated_at":"2025-10-26T00:37:03.193Z","avatar_url":"https://github.com/TimWSpence.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![progress-banner](https://backend.codecrafters.io/progress/interpreter/0be45de4-6c88-42e4-b59b-4590455e07d9)](https://app.codecrafters.io/users/codecrafters-bot?r=2qF)\n\nThis is a starting point for Rust solutions to the\n[\"Build your own Interpreter\" Challenge](https://app.codecrafters.io/courses/interpreter/overview).\n\nThis challenge follows the book\n[Crafting Interpreters](https://craftinginterpreters.com/) by Robert Nystrom.\n\nIn this challenge you'll build an interpreter for\n[Lox](https://craftinginterpreters.com/the-lox-language.html), a simple\nscripting language. Along the way, you'll learn about tokenization, ASTs,\ntree-walk interpreters and more.\n\nBefore starting this challenge, make sure you've read the \"Welcome\" part of the\nbook that contains these chapters:\n\n- [Introduction](https://craftinginterpreters.com/introduction.html) (chapter 1)\n- [A Map of the Territory](https://craftinginterpreters.com/a-map-of-the-territory.html)\n  (chapter 2)\n- [The Lox Language](https://craftinginterpreters.com/the-lox-language.html)\n  (chapter 3)\n\nThese chapters don't involve writing code, so they won't be covered in this\nchallenge. This challenge will start from chapter 4,\n[Scanning](https://craftinginterpreters.com/scanning.html).\n\n**Note**: If you're viewing this repo on GitHub, head over to\n[codecrafters.io](https://codecrafters.io) to try the challenge.\n\n# Passing the first stage\n\nThe entry point for your program is in `src/main.rs`. Study and uncomment the\nrelevant code, and push your changes to pass the first stage:\n\n```sh\ngit add .\ngit commit -m \"pass 1st stage\" # any msg\ngit push origin master\n```\n\nTime to move on to the next stage!\n\n# Stage 2 \u0026 beyond\n\nNote: This section is for stages 2 and beyond.\n\n1. Ensure you have `cargo (1.80)` installed locally\n2. Run `./your_program.sh` to run your program, which is implemented in\n   `src/main.rs`. This command compiles your Rust project, so it might be slow\n   the first time you run it. Subsequent runs will be fast.\n3. Commit your changes and run `git push origin master` to submit your solution\n   to CodeCrafters. Test output will be streamed to your terminal.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimwspence%2Fcodecrafters-interpreter-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimwspence%2Fcodecrafters-interpreter-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimwspence%2Fcodecrafters-interpreter-rust/lists"}