{"id":31771976,"url":"https://github.com/taga3s/rust-monkey","last_synced_at":"2025-10-10T03:50:58.118Z","repository":{"id":316530885,"uuid":"1031201724","full_name":"taga3s/rust-monkey","owner":"taga3s","description":"Rust implementation of the Monkey programming language.","archived":false,"fork":false,"pushed_at":"2025-10-05T11:57:02.000Z","size":125,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-05T12:19:58.966Z","etag":null,"topics":["monkey-language","rust"],"latest_commit_sha":null,"homepage":"","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/taga3s.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":"2025-08-03T08:28:58.000Z","updated_at":"2025-10-05T11:57:04.000Z","dependencies_parsed_at":"2025-09-25T07:06:30.993Z","dependency_job_id":"9117af26-9c28-49b4-92ac-1bb52df8a843","html_url":"https://github.com/taga3s/rust-monkey","commit_stats":null,"previous_names":["taga3s/rust-monkey"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/taga3s/rust-monkey","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taga3s%2Frust-monkey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taga3s%2Frust-monkey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taga3s%2Frust-monkey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taga3s%2Frust-monkey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taga3s","download_url":"https://codeload.github.com/taga3s/rust-monkey/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taga3s%2Frust-monkey/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002602,"owners_count":26083426,"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-10T02:00:06.843Z","response_time":62,"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":["monkey-language","rust"],"created_at":"2025-10-10T03:50:53.872Z","updated_at":"2025-10-10T03:50:58.109Z","avatar_url":"https://github.com/taga3s.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rust-monkey\n\nRust implementation of the Monkey programming language, based on the book *[Writing An Interpreter In Go](https://interpreterbook.com/)*.\n\nThis project is work in progress.\n\n## features\n- Tree-Walking Interpreter\n  - interprets the AST on the fly\n- No external dependencies\n  - only uses Rust standard library\n\n## REPL\n1. Run the REPL with `just repl` command.\n\n```bash\njust repl\n```\n\n2. Type in Monkey code and press Enter to execute.\n\n```monkey\n\u003e\u003e let add = fn(a, b) { a + b; };\n\u003e\u003e add(10, 15);\n25\n```\n\n## Runner\n\n```bash\njust run fixtures/sample1.monkey\n```\n\n## Convert to wasm\n\n```bash\njust build-wasm\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaga3s%2Frust-monkey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaga3s%2Frust-monkey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaga3s%2Frust-monkey/lists"}