{"id":15474744,"url":"https://github.com/jiahaog/monkey","last_synced_at":"2026-01-27T11:32:38.635Z","repository":{"id":36369164,"uuid":"155502027","full_name":"jiahaog/monkey","owner":"jiahaog","description":"🙊 Rust interpreter, and compiler (WIP) for the Monkey programming language","archived":false,"fork":false,"pushed_at":"2023-01-14T00:20:51.000Z","size":916,"stargazers_count":2,"open_issues_count":20,"forks_count":1,"subscribers_count":1,"default_branch":"compiler","last_synced_at":"2025-04-22T14:08:38.317Z","etag":null,"topics":["interpreter","monkey","rust","webassembly"],"latest_commit_sha":null,"homepage":"https://monkey.jiahao.codes","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/jiahaog.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}},"created_at":"2018-10-31T05:09:49.000Z","updated_at":"2024-11-22T18:05:19.000Z","dependencies_parsed_at":"2023-01-17T00:51:56.523Z","dependency_job_id":null,"html_url":"https://github.com/jiahaog/monkey","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jiahaog/monkey","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiahaog%2Fmonkey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiahaog%2Fmonkey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiahaog%2Fmonkey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiahaog%2Fmonkey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jiahaog","download_url":"https://codeload.github.com/jiahaog/monkey/tar.gz/refs/heads/compiler","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiahaog%2Fmonkey/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28812392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T07:41:26.337Z","status":"ssl_error","status_checked_at":"2026-01-27T07:41:08.776Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["interpreter","monkey","rust","webassembly"],"created_at":"2024-10-02T03:03:52.558Z","updated_at":"2026-01-27T11:32:38.619Z","avatar_url":"https://github.com/jiahaog.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Monkey Interpreter (WIP)\n\nBuilding a interpreter for the Monkey programming language.\n\nWalking through [Writing An Interpreter In Go](https://interpreterbook.com/) in Rust.\n\n## Development\n\n### Prerequistes\n\n- [Rust Toolchain](https://rustup.rs/)\n\n#### For WebAssembly Development\n\n- [`wasm-pack`](https://rustwasm.github.io/wasm-pack/installer/)\n- [npm](https://www.npmjs.com/get-npm)\n\n### Build\n\nBuilds Rust binaries and static web pages to `monkey-web/www/dist/`\n\n```sh\nmake\n```\n\n### Watching for Changes\n\n[Cargo Watch](https://github.com/passcod/cargo-watch) is required.\n\n```sh\n# In separate terminal processes:\n\nmake watch-rust\n\nmake watch-www\n```\n\n### Rust Only Development\n\n```sh\ncd monkey\n\n# REPL\ncargo run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiahaog%2Fmonkey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjiahaog%2Fmonkey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiahaog%2Fmonkey/lists"}