Skip to content

jeschkies/lox-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lox-rs Build Status

A Lox Interpreter in Rust based on the Crafting Interpreters book.

Run the interpreter with cargo run -p interpreter -- examples/class.lox. The bytecode VM is run with cargo run -p bytcode -- examples/class.lox.

Each commit corresponds to one chapter in the book:

Part II: A Tree-Walk Interpreter

Part III: A Bytecode Virtual Machine

About

A Lox Interpreter in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages