Monkey Interpreter This project will be following along with the book Writing an Interpreter in Go. Abstract Syntax Tree (AST) The syntax tree maps out and parses statements to later be interpreted. The "abstract" just removes things like ;, (), etc.