An interpreter for the Monkey programming language
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src
.gitignore
Cargo.lock
Cargo.toml
LICENSE-APACHE.txt
LICENSE-MIT.txt
README.md

README.md

monkey

An interpreter for the Monkey programming language written in Rust. Based on the interpreter book by Thorsten Ball.

The Monkey Programming Language

The official Monkey logo