https://github.com/douglascdev/monkeylang
Implementation of monkeylang from Writing An Interpreter In Go
https://github.com/douglascdev/monkeylang
Last synced: 10 months ago
JSON representation
Implementation of monkeylang from Writing An Interpreter In Go
- Host: GitHub
- URL: https://github.com/douglascdev/monkeylang
- Owner: douglascdev
- Created: 2025-08-11T02:20:27.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-16T22:09:48.000Z (10 months ago)
- Last Synced: 2025-08-17T00:11:42.826Z (10 months ago)
- Language: Go
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# monkeylang
Implementation of monkeylang from Writing An Interpreter In Go