https://github.com/kkirsche/monkey
Monkey Language Interpreter
https://github.com/kkirsche/monkey
Last synced: about 2 months ago
JSON representation
Monkey Language Interpreter
- Host: GitHub
- URL: https://github.com/kkirsche/monkey
- Owner: kkirsche
- Created: 2019-07-25T20:26:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-31T14:09:17.000Z (almost 7 years ago)
- Last Synced: 2025-01-17T01:12:49.899Z (over 1 year ago)
- Language: Go
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monkey
This repository implements a toy Monkey Language Interpreter based on the guide provided in https://interpreterbook.com