/monkey-interpreter

This is my own implementation of the Monkey interpreter of the book "Writing an Interpreter in Go"

Primary LanguageC#

Introduction

This is my own implementation of the Monkey interpreter of the book "Writing an Interpreter in Go".

At first, I will implement this in C#, as I am most fluent in that language, maybe later, I will write this in a different language, or languages.