Skip to content

Repository files navigation

Crafting Interpreters .Net

A Lox implementation in C# written while following along to https://craftinginterpreters.com/

Building

> dotnet build
> dotnet test

-- To run mutation tests and generate the report
> dotnet tool restore
> cd CraftingInterpretersNet.Tests
> dotnet stryker

Additional features

Implementation differences

  • Expr and Stmt classes generated with a C# Source Generator, CraftingInterpretersNet.Generator

Where I'm up to (what's next to work on)

About

Following along with https://craftinginterpreters.com/ in .Net!

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages