https://github.com/gwuah/donkey
interpreter for donkey-lang
https://github.com/gwuah/donkey
Last synced: 2 months ago
JSON representation
interpreter for donkey-lang
- Host: GitHub
- URL: https://github.com/gwuah/donkey
- Owner: gwuah
- Created: 2020-07-30T14:59:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T12:41:04.000Z (over 4 years ago)
- Last Synced: 2023-08-01T07:13:23.507Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# donkey
learning how to build a compiler in golang (https://compilerbook.com)# How to run
currently : `go run main.go`