~akashin/pylox

Lox intepreter in Python

19038a4 [pylox] Add todos to improve error reporting

3 years ago

f77bc99 [pylox] Fix warnings found by mypy

3 years ago

#Crafting interpreters

This is a learning project building interpreter from scratch following http://www.craftinginterpreters.com/.