An interpreter for the monkey language described in "Writing an Interpreter in Go" by Thorsten Ball.
Clone/download the repo into your go workspace, navigate into the root directory of the project, and run "go run main.go"
There are testing modules for all major objects in the monkey-lang-interpreter (ex parser, evaluator, etc). To run the test cases, execute the go test command on the folder of interest: (eg "go test ./evaluator")