{"id":13672529,"url":"https://github.com/shuhei/cymbal","last_synced_at":"2025-09-25T02:31:14.086Z","repository":{"id":66014908,"uuid":"174038817","full_name":"shuhei/cymbal","owner":"shuhei","description":"Yet another Rust implementation of the Monkey language from \"Writing an Interpreter in Go\" and \"Writing a Compiler in Go\"","archived":false,"fork":false,"pushed_at":"2023-01-27T16:02:14.000Z","size":193,"stargazers_count":82,"open_issues_count":6,"forks_count":12,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-11T14:44:45.212Z","etag":null,"topics":["compiler","interpreter","monkey-programming-language","virtual-machine"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/shuhei.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}},"created_at":"2019-03-05T23:55:28.000Z","updated_at":"2025-01-10T07:17:03.000Z","dependencies_parsed_at":"2023-04-12T07:17:23.221Z","dependency_job_id":null,"html_url":"https://github.com/shuhei/cymbal","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuhei%2Fcymbal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuhei%2Fcymbal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuhei%2Fcymbal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuhei%2Fcymbal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shuhei","download_url":"https://codeload.github.com/shuhei/cymbal/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234147860,"owners_count":18786934,"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":["compiler","interpreter","monkey-programming-language","virtual-machine"],"created_at":"2024-08-02T09:01:38.290Z","updated_at":"2025-09-25T02:31:08.749Z","avatar_url":"https://github.com/shuhei.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Cymbal\n\nYet another Rust implementation of the Monkey language from \"Writing an Interpreter in Go\" and \"Writing a Compiler in Go.\"\n\n[![CircleCI](https://circleci.com/gh/shuhei/cymbal.svg?style=svg)](https://circleci.com/gh/shuhei/cymbal)\n\n## Development\n\nStart REPL:\n\n```sh\n# Run in eval mode to directly evaluate AST\ncargo run -- repl\n# or\ncargo run -- repl --eval\n\n# Run in compile mode to compile AST into bytecode and execute it on VM\ncargo run -- repl --compile\n```\n\nBuild:\n\n```sh\ncargo build\n```\n\nTest:\n\n```sh\ncargo test\n```\n\nBenchmark with recursive fibonacci:\n\n```sh\ncargo run --release -- benchmark --eval\ncargo run --release -- benchmark --compile\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuhei%2Fcymbal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshuhei%2Fcymbal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuhei%2Fcymbal/lists"}