A Rust implementation of the Monkey programming language, as defined in the book Writing an interpreter in Go.
Build:
cargo buildTest:
cargo testStart the REPL:
cargo runI try to do most of the work and the learning by myself, but when really stuck, I look at how others solved my issue.