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: 10 months ago
JSON representation
Monkey programming language interpreter implementations from the book "Writing an Interpreter in Go"
- Host: GitHub
- URL: https://github.com/mhanberg/monkey
- Owner: mhanberg
- Created: 2021-09-23T01:29:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T14:22:42.000Z (over 3 years ago)
- Last Synced: 2025-03-23T20:22:15.471Z (10 months ago)
- Topics: elixir, interpreter-book, monkey
- Language: Elixir
- Homepage:
- Size: 104 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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