Skip to content

JamesHallowell/lox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

24 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

lox

A work-in-progress lox implementation in Rust (following Crafting Interpreters). It deviates slightly from the language specified in the book as I've tweaked a few things to personal preference.

Usage

Run one of the example programs:

cargo run examples/fibonacci.lox

Run the REPL:

cargo run

About

A lox interpreter written in Rust ๐Ÿ“š

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages