A C# implementation of the Lox Language, made by adapting the code from the Java tutorial in Crafting Interpreters
- Includes the ternary operator
- '+' performs coercive string concatenation
- Improved error reporting to show where in line error occurs
A C# implementation of the Lox Language, made by adapting the code from the Java tutorial in Crafting Interpreters