Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alangpierce/apgo
The beginnings of a toy interpreter for Go, written in Go
https://github.com/alangpierce/apgo
Last synced: about 1 month ago
JSON representation
The beginnings of a toy interpreter for Go, written in Go
- Host: GitHub
- URL: https://github.com/alangpierce/apgo
- Owner: alangpierce
- License: mit
- Created: 2016-03-08T05:55:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-03-14T06:00:45.000Z (over 8 years ago)
- Last Synced: 2024-06-20T16:42:55.709Z (5 months ago)
- Language: Go
- Size: 46.9 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# apgo
The beginnings of a toy interpreter for Go, written in Go.
Mostly this is just an educational project to help me learn the Go language a
little better, but a real Go interpreter could potentially be used to write
better developer tools, such as a robust debugger with live code hotswapping.