mhanberg / monkey

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Elixir 82.0%Language:Zig 18.0%