Skip to content
/ rlox Public

Rust implementation of the Lox tree-walk interpreter

Notifications You must be signed in to change notification settings

fbinkert/rlox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 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

No packages published

Languages