{"id":51054105,"url":"https://github.com/gdiasag/monkey","last_synced_at":"2026-06-22T19:32:44.097Z","repository":{"id":220384065,"uuid":"748436088","full_name":"gdiasag/monkey","owner":"gdiasag","description":"Yet another interpreter implementation, this time using Golang","archived":false,"fork":false,"pushed_at":"2024-02-14T19:08:06.000Z","size":124,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-24T08:52:48.994Z","etag":null,"topics":["golang","interpreter","language-implementation","programming-language","test-driven-development"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gdiasag.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-01-26T00:44:05.000Z","updated_at":"2024-06-04T15:57:19.000Z","dependencies_parsed_at":"2024-02-14T20:04:43.890Z","dependency_job_id":"9abc129c-090d-4a76-8245-c147f14032f6","html_url":"https://github.com/gdiasag/monkey","commit_stats":null,"previous_names":["gustavodiasag/monkey","gdiasag/monkey"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gdiasag/monkey","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdiasag%2Fmonkey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdiasag%2Fmonkey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdiasag%2Fmonkey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdiasag%2Fmonkey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gdiasag","download_url":"https://codeload.github.com/gdiasag/monkey/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdiasag%2Fmonkey/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34663524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"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":["golang","interpreter","language-implementation","programming-language","test-driven-development"],"created_at":"2026-06-22T19:32:40.201Z","updated_at":"2026-06-22T19:32:44.069Z","avatar_url":"https://github.com/gdiasag.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# monkey\n\n[![Go](https://github.com/gustavodiasag/monkey/actions/workflows/go.yml/badge.svg)](https://github.com/gustavodiasag/monkey/actions/workflows/go.yml)\n\nInterpreter for the [Monkey](https://interpreterbook.com/) programming language, just as an exercise to learn Go.\n\nThis implementation specifies its own lexer and follows a really common top-down style of parsing using [Pratt's technique](https://matklad.github.io/2020/04/13/simple-but-powerful-pratt-parsing.html), along with an AST-based approach for representing parsed code, whose evaluation is done by converting the representation to an internal object system. The project also aims to explore Test-Driven Development, where failing unit tests are constructed before the actual targeted implementation.\n\n# License\n\nThe project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgdiasag%2Fmonkey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgdiasag%2Fmonkey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgdiasag%2Fmonkey/lists"}