https://github.com/delta456/interpreter_go
Source code for Writing an Interpreter in Go Book. Made for learning purpose.
https://github.com/delta456/interpreter_go
Last synced: about 1 month ago
JSON representation
Source code for Writing an Interpreter in Go Book. Made for learning purpose.
- Host: GitHub
- URL: https://github.com/delta456/interpreter_go
- Owner: Delta456
- License: mit
- Created: 2019-10-05T10:03:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T19:19:49.000Z (almost 2 years ago)
- Last Synced: 2025-03-05T21:41:42.420Z (over 1 year ago)
- Language: Go
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Interpreter Go
Source code for [Writing an Interpreter in Go Book](https://interpreterbook.com). Made for learning purpose.
## License
Released under [MIT](LICENSE.md)