monkey-rust
An implementation of a Monkey interpreter in Rust.
Installation
$ cargo install --git https://github.com/emanon001/monkey-rust
Usage
$ monkey
>> 1 + 2
3
An implementation of a Monkey interpreter in Rust.
$ cargo install --git https://github.com/emanon001/monkey-rust
$ monkey
>> 1 + 2
3