https://github.com/dhth/waiig
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhth/waiig
- Owner: dhth
- Created: 2025-03-09T23:11:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-17T22:35:48.000Z (over 1 year ago)
- Last Synced: 2025-03-17T23:33:35.834Z (over 1 year ago)
- Language: Go
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Writing an Interpreter in Go
This is me learning to write an interpreter by following the book [Writing an
Interpreter in Go](https://interpreterbook.com/) by [Thorsten
Ball](https://github.com/mrnugget).