Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dustinlindquist/monkey

Trivial programming language and interpreter written in go.
https://github.com/dustinlindquist/monkey

programming

Last synced: 3 months ago
JSON representation

Trivial programming language and interpreter written in go.

Awesome Lists containing this project

README

        

# 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](https://interpreterbook.com) written by [Thorsten Ball](https://github.com/mrnugget)
Most of this code comes straight from the book/examples.

Copyright (c) 2016-2017 Thorsten Ball