Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 823 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 823 Bytes

Lox

Lox written in pure C# Test Driven Development (TDD)

Build Status 100% Coverage 0 Issues

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).