# README
Monkey Compiler
This project is based on the book Writing A Compiler In Go.
Building the Project
The project can be built locally via:
go build -v ./...
Running the Unit Tests
The project unit tests can be executed via:
go test -v ./...