/monkey

Trivial programming language and interpreter written in go.

Primary LanguageGo

monkey

Monkey is a programming language and interpreter written in go.

I wanted to know more about the implementation of programming languages so I decided to do some hands on learning by working through: Writing An Interpreter In Go written by Thorsten Ball Most of this code comes straight from the book/examples.

Copyright (c) 2016-2017 Thorsten Ball