Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/mhanberg/monkey
- Owner: mhanberg
- Created: 2021-09-23T01:29:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T14:22:42.000Z (over 2 years ago)
- Last Synced: 2024-05-01T13:52:28.015Z (8 months ago)
- Topics: elixir, interpreter-book, monkey
- Language: Elixir
- Homepage:
- Size: 104 KB
- Stars: 10
- Watchers: 3
- 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