The C# implementation of the Lox Tutorials written by @munificentbob found at http://www.craftinginterpreters.com/ Crafting Interpreters
- Instead of using an external script to generate the expressions this project uses T4s and are in the main project.
- A few functions have been renamed to match C# syntax standards but should be pretty easy to follow.