Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 509 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 509 Bytes

lox

Another implementation of the Lox language from the book Crafting Interpreters. You can try it out at the Lox Playground.

This isn't a direct translation of the book's code into Rust, but rather a personal attempt to recreate the language, using the book as a guiding resource.

This lox variant borrows heavily from dada. (Learning? Well, it starts with a bit of cheeky imitation!😜)