Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 154 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 154 Bytes

Monkey Interpreter 🐒

A basic interpreter for the "Monkey" language, written in Go.
Based on following the book, "Writing an Interpreter in Go"