https://github.com/danielfrg/interpreter-in-go
https://github.com/danielfrg/interpreter-in-go
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielfrg/interpreter-in-go
- Owner: danielfrg
- License: apache-2.0
- Archived: true
- Created: 2025-04-10T01:44:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-23T16:30:33.000Z (about 1 year ago)
- Last Synced: 2025-08-21T01:03:10.547Z (10 months ago)
- Language: Go
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Interpreter in Go
Me following the [interpreter book](https://interpreterbook.com).