/rlox

Rust Lox virtual machine.

Primary LanguageRust

rlox

rlox = Rust made Lox.

For the book Crafting Interpreters.

  • It's in Rust.
  • It uses bytecode.

Try it

There's an REPL:

cargo run

Otherwise, you'd also like to run a file:

cargo run [script]