An open API service indexing awesome lists of open source software.

https://github.com/matt-snider/monkeylang

An interpreter for the Monkey Programming Language following along with How to Write an Interpreter in Go (https://interpreterbook.com)
https://github.com/matt-snider/monkeylang

golang interpreter monkey-language

Last synced: 3 months ago
JSON representation

An interpreter for the Monkey Programming Language following along with How to Write an Interpreter in Go (https://interpreterbook.com)

Awesome Lists containing this project

README

          

# Monkey Intepreter

This is an implementation of the intepreter for the Monkey Programming Language from [How to Write an Interpreter in Go](https://interpreterbook.com/).

# Tests

Run all tests:

```sh
$ go test ./...
```