smoynes / monkey-lang

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Go 99.8%Language:Makefile 0.2%