The Monkey Programming Language in C#
This is a port of the canonical implementation of the Monkey Programming Language As described in Writing an Interpreter in Go
- Clone the repo
- Build the project:
dotnet build
- Run the repl:
dotnet run --project MonkeyLang.Repl
- Run the tests:
dotnet test