.="=.
_/.-.-.\_ _
( ( o o ) ) ))
|/ " \| //
.-------. \'---'/ //
_|~~ ~~ |_ /`"""`\\ ((
=(_|_______|_)= / /_,_\ \\ \\
|:::::::::| \_\\_'__/ \ ))
|:::::::[]| /` /`~\ |//
|o=======.| / / \ /
`"""""""""` ,--`,--'\/\ /
'-- "--' '--'This repo contains an interpreter & compiler for the fictional language Monkey. Both are written in Go from scratch (zero dependencies). They're an artefact of my write-along of the amazing books Writing An Interpreter In Go and Writing An Compiler In Go by Thorsten Ball (@mrnugget).