freddiehaddad / monkey.interpreter

Monkey Interpreter based on Writing an Interpreter in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monkey Interpreter

This project is based on the book Writing An Interpreter In Go.

The most notable differences between the original book's implementation and this one are the following:

- Concurrency
- More emphasis on test-driven development
- Extending the language capabilities

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

About

Monkey Interpreter based on Writing an Interpreter in Go


Languages

Language:Go 100.0%