Categorygithub.com/freddiehaddad/monkey.compiler
repository
0.0.0-20230406234658-62dc95f6b1ab
Repository: https://github.com/freddiehaddad/monkey.compiler.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# 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 ./...