Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 230 Bytes

File metadata and controls

11 lines (6 loc) · 230 Bytes

Monkey programming language

Monkey interpreter based on the book "Writing an interpreter in Go" by Thorsten Ball.

Development

This project uses Task as a task runner.

Run tests:

task go:test