{"id":21710242,"url":"https://github.com/abhirampai/codecrafters-interpreter-go","last_synced_at":"2025-10-08T17:10:07.002Z","repository":{"id":263831812,"uuid":"891527257","full_name":"abhirampai/codecrafters-interpreter-go","owner":"abhirampai","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-21T05:42:40.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T17:53:58.897Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/abhirampai.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-11-20T13:49:50.000Z","updated_at":"2024-11-21T05:42:43.000Z","dependencies_parsed_at":"2025-03-20T17:50:34.925Z","dependency_job_id":"aca55ebb-c8b8-4432-a462-a4dcf6fb13a0","html_url":"https://github.com/abhirampai/codecrafters-interpreter-go","commit_stats":null,"previous_names":["abhirampai/codecrafters-interpreter-go"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abhirampai/codecrafters-interpreter-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhirampai%2Fcodecrafters-interpreter-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhirampai%2Fcodecrafters-interpreter-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhirampai%2Fcodecrafters-interpreter-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhirampai%2Fcodecrafters-interpreter-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abhirampai","download_url":"https://codeload.github.com/abhirampai/codecrafters-interpreter-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhirampai%2Fcodecrafters-interpreter-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278981518,"owners_count":26079640,"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-08T02:00:06.501Z","response_time":56,"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-11-25T23:14:19.030Z","updated_at":"2025-10-08T17:10:06.981Z","avatar_url":"https://github.com/abhirampai.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![progress-banner](https://backend.codecrafters.io/progress/interpreter/880e7b28-5527-4840-ae18-77d1b402c8e5)](https://app.codecrafters.io/users/codecrafters-bot?r=2qF)\n\nThis is a starting point for Go 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 `cmd/myinterpreter/main.go`. Study and\nuncomment the relevant code, and push your changes to pass the first stage:\n\n```sh\ngit commit -am \"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 `go (1.22)` installed locally\n2. Run `./your_program.sh` to run your program, which is implemented in\n   `cmd/myinterpreter/main.go`.\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%2Fabhirampai%2Fcodecrafters-interpreter-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhirampai%2Fcodecrafters-interpreter-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhirampai%2Fcodecrafters-interpreter-go/lists"}