https://github.com/stevehobbsdev/monkey
Implementation of the Monkey programming language from Thorsten Ball's "Build an interpreter" book
https://github.com/stevehobbsdev/monkey
Last synced: 11 months ago
JSON representation
Implementation of the Monkey programming language from Thorsten Ball's "Build an interpreter" book
- Host: GitHub
- URL: https://github.com/stevehobbsdev/monkey
- Owner: stevehobbsdev
- Created: 2017-07-04T08:59:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-20T19:37:23.000Z (about 8 years ago)
- Last Synced: 2025-06-01T13:06:33.455Z (about 1 year ago)
- Language: Go
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# monkey
Implementation of the Monkey programming language from Thorsten Ball's "Build an interpreter" book