Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidelettieri/lox

C# implementation of Lox from https://www.craftinginterpreters.com/
https://github.com/davidelettieri/lox

csharp lox

Last synced: about 9 hours ago
JSON representation

C# implementation of Lox from https://www.craftinginterpreters.com/

Awesome Lists containing this project

README

        

# Lox
C# implementation of Lox from https://www.craftinginterpreters.com/

I just ported all the code from the original Java implementation. Some changes were necessary for fixing keywords and methods naming conventions from Java to C#.

# Tests

Tests were copied as is from the implementation, I used a console app to build the test cases from the .lox files in the test folders.