Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 331 Bytes

readme.md

File metadata and controls

6 lines (6 loc) · 331 Bytes

cslox

A C# implementation of the Lox Language, made by adapting the code from the Java tutorial in Crafting Interpreters

Alterations

  • Includes the ternary operator
  • '+' performs coercive string concatenation
  • Improved error reporting to show where in line error occurs