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

https://github.com/buitragox/monkey-interpreter

An implementation of the monkey programming language from the book "Writing An Interpreter In Go"
https://github.com/buitragox/monkey-interpreter

go monkey-programming-language

Last synced: 11 months ago
JSON representation

An implementation of the monkey programming language from the book "Writing An Interpreter In Go"

Awesome Lists containing this project

README

          

# Monkey Interpreter

WORK IN PROGRESS

An implementation of the Monkey programming language from the book [Writing An Interpreter In Go](https://interpreterbook.com).