https://github.com/dkarter/monkey
🐵 My (WIP) implementation of the Monkey programming language
https://github.com/dkarter/monkey
Last synced: about 2 months ago
JSON representation
🐵 My (WIP) implementation of the Monkey programming language
- Host: GitHub
- URL: https://github.com/dkarter/monkey
- Owner: dkarter
- Created: 2018-09-28T20:36:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-10T13:20:27.000Z (over 7 years ago)
- Last Synced: 2025-02-25T13:54:52.425Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monkey Programming Language
This code implements the Monkey programming language.
It is based on the book "Writing An Interpreter In Go". https://interpreterbook.com/