/interpreter-in-go

Writing an interpreter in golang following Thorsten Ball's "Writing an Interpreter in Go"

Primary LanguageGo

Interpreter in Go

Writing an interpreter in Go based on Thorsten Ball's Interpreter Book. Each section except for 1.1 - 1.3 is completed as a separate commit.