monkey/readme.md

5 lines
213 B
Markdown
Raw Normal View History

# Monkey Interpreter
This project is my attempt at writing an interpreter while working through the book, [Writing an Interpreter in Go](https://interpreterbook.com/).
It supports all the features from the book.