Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 161 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 161 Bytes

Pylox

A tree-walk interpreter for the Lox programming language in Python. It is based on the Java implementation in Robert Nystrom's "Crafting Interpreters".