/monkey-lang

An implementation of the Monkey programming language from Ball's "Writing and Interpreter in Go"

Primary LanguageGo

Monkey Lang

A pedagogical interpreter from "Writing an Interpreter in Go" by Thorsten Ball.

Admittedly, name of the language is a little bit offside: it is what the text uses.

Quickstart

make
make build
make test