https://github.com/vbrazo/writing-an-interpreter-in-go
Writing an interpreter in Go
https://github.com/vbrazo/writing-an-interpreter-in-go
golang interpreter
Last synced: about 1 year ago
JSON representation
Writing an interpreter in Go
- Host: GitHub
- URL: https://github.com/vbrazo/writing-an-interpreter-in-go
- Owner: vbrazo
- License: mit
- Created: 2019-10-09T07:27:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-24T00:42:45.000Z (almost 5 years ago)
- Last Synced: 2025-01-24T20:26:37.265Z (over 1 year ago)
- Topics: golang, interpreter
- Language: Go
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Writing an Interpreter in Go
Source code for [Writing an Interpreter in Go](https://interpreterbook.com). Made for learning purpose.
## LICENSE
Released under [MIT](LICENSE)