Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.

jfourkiotis/monkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

An interpreter implementation for the Monkey programming language in various languages.

What is this repository for?

This repository contains implementations for the Monkey programming language described in the book Writing an Interpreter in Go by Thorsten Ball. The Go implementation is the reference implementation found in the book and it is being ported currently in C++, Scala.

Current status

  • Go : completed, macros are supported
  • Scala: completed (support for dictionaries is not implemented, neither macros)
  • C++ : mostly incomplete

How do I get set up?

Have a look at the README.md files in each (language) folder.

Releases

No releases published

Packages

No packages published