https://github.com/seng3694/monkey
Implementation of the "Monkey" language interpreter
https://github.com/seng3694/monkey
go golang interpreterbook monkey monkey-lang monkey-language monkeylang
Last synced: 10 months ago
JSON representation
Implementation of the "Monkey" language interpreter
- Host: GitHub
- URL: https://github.com/seng3694/monkey
- Owner: Seng3694
- License: mit
- Created: 2023-05-06T08:05:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-16T20:31:42.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T14:50:04.998Z (over 1 year ago)
- Topics: go, golang, interpreterbook, monkey, monkey-lang, monkey-language, monkeylang
- Language: Go
- Homepage: https://interpreterbook.com/
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# monkey
Implementation of the "Monkey" language interpreter by following the book [Writing a Compiler in Go][1] by Thorsten Ball.
[1]:https://compilerbook.com/