Skip to content

salman1993/rulox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rulox

An interpreter for Lox language, from Crafting Interpreters written in Rust. The interpreter covers till Chapter 10 (Functions) and cuts some corners such as we only accept two terms in an expression and only implemented while-loops.

This code was written when attending David Beazley's Crusty Interpreter immersion course.

Running the code

cargo run -- loxcode/factorial.lox

Resources

About

An interpreter for Lox (from Crafting Interpreters book) written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published