https://github.com/mdlayher/monkey-rs
A Rust implementation of the Monkey programming language from https://interpreterbook.com/. MIT Licensed.
https://github.com/mdlayher/monkey-rs
monkey monkey-programming-language rust
Last synced: 11 months ago
JSON representation
A Rust implementation of the Monkey programming language from https://interpreterbook.com/. MIT Licensed.
- Host: GitHub
- URL: https://github.com/mdlayher/monkey-rs
- Owner: mdlayher
- License: mit
- Created: 2019-02-09T18:34:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T20:34:49.000Z (about 4 years ago)
- Last Synced: 2025-03-18T10:21:19.017Z (11 months ago)
- Topics: monkey, monkey-programming-language, rust
- Language: Rust
- Homepage:
- Size: 199 KB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# monkey-rs [](https://builds.sr.ht/~mdlayher/monkey-rs?) [](https://crates.io/crates/mdl_monkey) [](https://docs.rs/mdl_monkey)
A Rust implementation of the Monkey programming language from
https://interpreterbook.com/.
MIT Licensed.