This is a compiler for the Monkey programming language.
To use the Monkey language:
-
Clone the project
-
Navigate to the created directory
-
Run "go build -o monkey . && ./monkey" in your terminal
This project is from the book Building a Compiler in Book by Thorsten Ball