/crafting-interpreters

My implementation of https://craftinginterpreters.com/

Primary LanguagePythonMIT LicenseMIT

crafting-interpreters

Going through the Crafting Interpreters book, this is going to be my implementation of the Lox language, first in Python and then in C++.