Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T20:34:49.000Z (almost 3 years ago)
- Last Synced: 2024-10-14T17:52:45.166Z (30 days ago)
- Topics: monkey, monkey-programming-language, rust
- Language: Rust
- Homepage:
- Size: 199 KB
- Stars: 16
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# monkey-rs [![builds.sr.ht status](https://builds.sr.ht/~mdlayher/monkey-rs.svg)](https://builds.sr.ht/~mdlayher/monkey-rs?) [![crates.io](https://img.shields.io/crates/v/mdl_monkey.svg)](https://crates.io/crates/mdl_monkey) [![docs.rs](https://docs.rs/mdl_monkey/badge.svg)](https://docs.rs/mdl_monkey)
A Rust implementation of the Monkey programming language from
https://interpreterbook.com/.MIT Licensed.