Lox written in pure C# Test Driven Development (TDD)
We like TDD, everything here is written test first, very unlike all other solutions, which also means our code here is done in a bit different way.
Goal is to have much less production code in the end and only implement what is needed (maybe we will even simplify the language a bit).