Skip to content

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

License

Notifications You must be signed in to change notification settings

hd1fernando/dotmonkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/