Lasciate ogne speranza, voi ch'intrate.
A reimplementation of Lox in a very limited subset of C# 2.
Usage | Command |
---|---|
Build | dotnet build |
Test | dotnet test |
Run | dotnet run --project Lox.Compiler.App -- program.lox |
- Support Lox standard
- Grammer: Appendix A1 conforming
- Featureset: none of the challenges
- .NET 9 SDK