This project is a learning experience on what it takes to build an interpreter. I started with the Writing an Interpreter in Go book and plan to extend onto the language.
Run the interpreter in an interactive shell.
go run main.goExecute a file written in the supported language.
go run main.go program.monkeyTODO