Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dancrowley303/crenshaw-go
A Go implementation of Jack Crenshaw's Let's Build a Compiler tutorial series
https://github.com/dancrowley303/crenshaw-go
Last synced: 14 days ago
JSON representation
A Go implementation of Jack Crenshaw's Let's Build a Compiler tutorial series
- Host: GitHub
- URL: https://github.com/dancrowley303/crenshaw-go
- Owner: dancrowley303
- License: apache-2.0
- Created: 2016-05-03T05:10:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-04T16:47:42.000Z (over 8 years ago)
- Last Synced: 2024-10-13T21:01:36.260Z (about 1 month ago)
- Language: Go
- Size: 31.3 KB
- Stars: 258
- Watchers: 13
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crenshaw-go
A go implementation of [Let's Build a Compiler, by Jack Crenshaw](http://compilers.iecc.com/crenshaw/)
How to run:
Chapters 1-16 have different executables. Modify main.go in the root directory to point to the appropriate package. Package names are listed in that file.