rlox = Rust made Lox.
For the book Crafting Interpreters.
- It's in Rust.
- It uses bytecode.
There's an REPL:
cargo runOtherwise, you'd also like to run a file:
cargo run [script]| Name | Name | Last commit date | ||
|---|---|---|---|---|
rlox = Rust made Lox.
For the book Crafting Interpreters.
There's an REPL:
cargo runOtherwise, you'd also like to run a file:
cargo run [script]