Python implementation of the Lox language from Robert Nystrom’s Crafting Interpreters
![](https://www.deeplearningdaily.com/wp-content/uploads/2022/01/python-implementation-of-the-lox-language-from-robert-nystroms-crafting-interpreters_61e88bcbb63bd-375x210.jpeg)
Python implementation of the Lox language from Robert Nystrom’s Crafting Interpreters. . This only implements the tree-walking interpreter in Part 1.
Notes
This is not a teaching exercise. I provide no commentary beyond the code itself and will likely implement using parser-generator tools.
— Dave
GitHub