/monkey

It's following "Writing An Interpriter in Go"

Primary LanguageGo

Monkey

This is following "Writing An Interpreter In Go.".

How to get started?

Clone

$ git clone git@github.com:physpeach/monkey.git

Build, Run

$ go build .
$ go run .