https://github.com/0xkibh/macaque
interpreter in go
https://github.com/0xkibh/macaque
Last synced: 9 months ago
JSON representation
interpreter in go
- Host: GitHub
- URL: https://github.com/0xkibh/macaque
- Owner: 0xkibh
- Created: 2023-09-19T06:21:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-19T06:42:21.000Z (over 2 years ago)
- Last Synced: 2025-03-20T10:24:07.506Z (9 months ago)
- Language: Go
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Macaque - Interpreter in Go
Writing Interpreter in Go to understand about the underhood working of the intepreter and compiler.
Inspired from : [_Writing an Interpreter in Go_](https://interpreterbook.com/) by Thorsten Ball