A work-in-progress lox implementation in Rust (following Crafting Interpreters). It deviates slightly from the language specified in the book as I've tweaked a few things to personal preference.
Run one of the example programs:
cargo run examples/fibonacci.lox
Run the REPL:
cargo run