A Rust implementation of the Lox interpreter from Crafting Interpreters by Robert Nystrom.
cargo buildREPL (interactive prompt):
cargo runRun a script file:
cargo run path/to/script.loxSee docs/ for grammar rules, AST nodes, and the interpreter pipeline.