Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mhanberg/monkey

Monkey programming language interpreter implementations from the book "Writing an Interpreter in Go"
https://github.com/mhanberg/monkey

elixir interpreter-book monkey

Last synced: 2 months ago
JSON representation

Monkey programming language interpreter implementations from the book "Writing an Interpreter in Go"

Awesome Lists containing this project

README

        

# Monkey

This repository contains implementations of the Monkey programming language from Thorsten Ball's book, _Writing An Interpreter In Go_.

Currently there are these implementations in varying states of completeness:

- Elixir
- Zig