Skip to content

fbinkert/rlox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rlox

A tree-walk interpreter for the Lox language from Robert Nystrom’s book Crafting Interpreters, implemented in Rust.

Building

git clone https://github.com/fbinkert/rlox.git
cd rlox
cargo build --release

Running

REPL

cargo run

This starts an interactive Lox prompt.

Run a file

cargo run -- path/to/script.lox

References

About

Rust implementation of the Lox tree-walk interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages