Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 270 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 270 Bytes

llox

This is an implementation of the Lox language as specified in Bob Nystrom's wonderful book Crafting Interpreters. The goal is to have implementations of the tree-walk interpreter and bytecode interpreter in multiple languages.