C# implementation of the Lox interpreter from Crafting Interpreters
This repo is for my implementations of the “jlox” interpreter and “clox” compiler from Crafting Interpreters.
This interpreter is very similar to the “jlox” interpreter outlined for Java in the Crafting Interpreters book. There are some changes to variable names, and some syntax changes to make it more “C#-esque”.
Some changes include:
TODO: