An open API service indexing awesome lists of open source software.

https://github.com/dkarter/monkey

🐵 My (WIP) implementation of the Monkey programming language
https://github.com/dkarter/monkey

Last synced: about 2 months ago
JSON representation

🐵 My (WIP) implementation of the Monkey programming language

Awesome Lists containing this project

README

          

# Monkey Programming Language

This code implements the Monkey programming language.

It is based on the book "Writing An Interpreter In Go". https://interpreterbook.com/