/monkey-in-go

https://interpreterbook.com/

Primary LanguageGo

Writing an interpreter in Go

Get the book.

TODO

Look into parser generators for Go.

How-To Go

For when I come back to this after weeks and forget how Go works:

go run main.go

# Run all tests in .
go test -v ./...