Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 375 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 375 Bytes

MonkeyLang

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

Getting started

  1. Clone the repo
  2. Build the project: dotnet build
  3. Run the repl: dotnet run --project MonkeyLang.Repl
  4. Run the tests: dotnet test