rmonkey An interpreter for the Monkey programming language written in Rust. The Monkey script language is designed for learning in the Writing an interpreter in Go book. Instruction Test $ cargo test Running a monkey script. $ cargo run example/fib.monkey Running the REPL $ cargo run