https://github.com/pocmo/monkey-go
Code I wrote while reading "Writing an interpreter in Go" and "Writing a compiler in Go"
https://github.com/pocmo/monkey-go
Last synced: about 1 year ago
JSON representation
Code I wrote while reading "Writing an interpreter in Go" and "Writing a compiler in Go"
- Host: GitHub
- URL: https://github.com/pocmo/monkey-go
- Owner: pocmo
- License: apache-2.0
- Created: 2022-01-03T15:23:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T18:25:29.000Z (over 4 years ago)
- Last Synced: 2025-02-12T06:38:21.979Z (over 1 year ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# monkey.go
Code I wrote while reading "Writing an interpreter in Go" and "Writing a compiler in Go"