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

https://github.com/mhogeveen/monkey-interpreter

Monkey Interpreter written in Go
https://github.com/mhogeveen/monkey-interpreter

go golang interpreter lexer parser

Last synced: about 1 year ago
JSON representation

Monkey Interpreter written in Go

Awesome Lists containing this project

README

          

# 🐒 Monkey Interpreter

Repo tracking my progress working through the amazing book [Writing an Interpreter in Go](https://interpreterbook.com/) by Thorsten Ball.

## Instructions

### Start REPL

```bash
go run .
```

### Run tests

```bash
go test -v ./...
```