Skip to content
/ bollox Public

🦀 implementation of the Lox language following the book 'Crafting Interpreters'

Notifications You must be signed in to change notification settings

s1ck/bollox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bollox

A Rust port of an interpreter for the Lox language. The implementation follows the great book Crafting Interpreters by Robert Nystrom.

Run

Run REPL

cargo run --release

Run Lox file

cargo run --release -- /path/to/code.lox

Run benchmarks

cargo +nightly bench

About

🦀 implementation of the Lox language following the book 'Crafting Interpreters'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages