{"id":24655018,"url":"https://github.com/pascalpost/codecrafters-interpreter-zig","last_synced_at":"2025-03-21T02:16:14.722Z","repository":{"id":256020986,"uuid":"847457459","full_name":"pascalPost/codecrafters-interpreter-zig","owner":"pascalPost","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-22T20:47:30.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-25T22:39:32.076Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Zig","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/pascalPost.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-25T21:47:25.000Z","updated_at":"2024-09-22T20:47:33.000Z","dependencies_parsed_at":"2024-09-13T02:02:07.277Z","dependency_job_id":null,"html_url":"https://github.com/pascalPost/codecrafters-interpreter-zig","commit_stats":null,"previous_names":["pascalpost/codecrafters-interpreter-zig"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalPost%2Fcodecrafters-interpreter-zig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalPost%2Fcodecrafters-interpreter-zig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalPost%2Fcodecrafters-interpreter-zig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalPost%2Fcodecrafters-interpreter-zig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pascalPost","download_url":"https://codeload.github.com/pascalPost/codecrafters-interpreter-zig/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244722747,"owners_count":20499154,"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":"2025-01-25T22:35:54.637Z","updated_at":"2025-03-21T02:16:14.699Z","avatar_url":"https://github.com/pascalPost.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![progress-banner](https://backend.codecrafters.io/progress/interpreter/e25d61a6-3cae-4709-968c-1536cc4f6ef1)](https://app.codecrafters.io/users/codecrafters-bot?r=2qF)\n\nThis is a starting point for Zig 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.zig`. 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 `zig (0.13+)` installed locally\n2. Run `./your_program.sh` to run your program, which is implemented in\n   `src/main.zig`.\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%2Fpascalpost%2Fcodecrafters-interpreter-zig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpascalpost%2Fcodecrafters-interpreter-zig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpascalpost%2Fcodecrafters-interpreter-zig/lists"}