Skip to content

Implementation of the lox language proposed by the book “Crafting Interpreters”.

Notifications You must be signed in to change notification settings

JDCodeWork/rslox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rslox

An implementation of the Lox language in Rust, following the book Crafting Interpreters by Robert Nystrom.


🚀 Quick Start

git clone https://github.com/JDCodeWork/rslox.git
cd rslox

cargo build --release

./target/release/tw run --help
./target/release/vm run --help

🛠️ Handy Commands

cargo test
cargo build --release

About

Implementation of the lox language proposed by the book “Crafting Interpreters”.

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages