Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 346 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 346 Bytes

plox: A Python implementation of the jlox interpreter

Well, the title says it all, really. This is a complete implementation of the tree-walk interpreter found in Section II of Bob Nystrom's Crafting Interpreters book. You can execute lox programs by calling

python plox.py your_file_here.lox

Enjoy!