Skip to content

orkhan-huseyn/monkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.