Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 176 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 176 Bytes

jlox

An implementation of the Lox programming language written in Julia.

This implementation of Lox is the "tree-walk interpreter" from the Crafting Interpreters book.