Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 271 Bytes

readme.md

File metadata and controls

5 lines (3 loc) · 271 Bytes

Monkey Interpreter

This project is my attempt at writing an interpreter while working through the book, Writing an Interpreter in Go.

This language supports integers, strings, hashtables, functions, closures, arrays, if/else and more!