My implementation of the Monkey language interpreter in Rust. Mainly following the Writing An Interpreter In Go.
cargo run --bin tokenizer: Starts the tokenizer.cargo run --bin lexer: Starts the lexer.cargo run --bin evaluator: Starts the evaluator.