A tree-walk interpreter for the Lox language from Robert Nystrom’s book Crafting Interpreters, implemented in Rust.
git clone https://github.com/fbinkert/rlox.git
cd rlox
cargo build --releasecargo runThis starts an interactive Lox prompt.
cargo run -- path/to/script.lox- Book: Crafting Interpreters by Robert Nystrom