Skip to content

KHN190/rlox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Rust Lox virtual machine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages