6 lines
271 B
Markdown
6 lines
271 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/).
|
|
|
|
This language supports integers, strings, hashtables, functions, closures, arrays, if/else and more!
|