Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 240 Bytes

readme.md

File metadata and controls

5 lines (4 loc) · 240 Bytes

An Interpreter for Monkey Programming Language

This is an interpreter for a programming language built with Go. This repository contains codes from the Writing An Interpreter In Go book by Thorsten Ball.