Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.