https://github.com/sleepy-monax/monkey
📕 My implementation of the monkey programing language from "Writing An Interpreter In Go"
https://github.com/sleepy-monax/monkey
book exercise golang programming-language
Last synced: 10 months ago
JSON representation
📕 My implementation of the monkey programing language from "Writing An Interpreter In Go"
- Host: GitHub
- URL: https://github.com/sleepy-monax/monkey
- Owner: sleepy-monax
- License: mit
- Created: 2019-08-05T17:12:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T22:12:44.000Z (almost 6 years ago)
- Last Synced: 2025-01-30T08:44:15.759Z (12 months ago)
- Topics: book, exercise, golang, programming-language
- Language: Go
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# monkey
📕 My implementation of the monkey programing language from "Writing An Interpreter In Go"