5 lines
213 B
Markdown
5 lines
213 B
Markdown
|
# 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.
|