/dotmonkey

A toy interpreter based on the book "Write an interpreter in Go"

Primary LanguageC#MIT LicenseMIT

Introduction

DotMonkey is a simple interpreter written in C# to interpret the Monkey programming language as presented in the book 'Writing an Interpreter in Go'

If you want know more about the language take a look in: https://monkeylang.org/