https://github.com/lautarojayat/writing-an-interpreter-in-go
Notes I took while studying "writing an interpreter in go"
https://github.com/lautarojayat/writing-an-interpreter-in-go
Last synced: 7 months ago
JSON representation
Notes I took while studying "writing an interpreter in go"
- Host: GitHub
- URL: https://github.com/lautarojayat/writing-an-interpreter-in-go
- Owner: LautaroJayat
- License: gpl-3.0
- Created: 2023-08-22T15:23:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T18:42:18.000Z (about 2 years ago)
- Last Synced: 2024-06-19T22:39:43.486Z (over 1 year ago)
- Language: Go
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# writing-an-interpreter-in-go
Notes I took while studying "writing an interpreter in go"