Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 286 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 286 Bytes

Lox Interpreter

This is my Lox interpreter, written in Rust. For now it follows the book Crafting Interpreters, but eventually I may add additional features.