Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 189 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 189 Bytes

Lox Interpreter in Python

This is a Python implementation of the Lox programming language interpreter, as described in the book Crafting Interpreters.