Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dannypsnl/still-compiling
It's still...compiling
https://github.com/dannypsnl/still-compiling
compiler
Last synced: 21 days ago
JSON representation
It's still...compiling
- Host: GitHub
- URL: https://github.com/dannypsnl/still-compiling
- Owner: dannypsnl
- License: other
- Created: 2021-01-31T23:30:47.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-08T07:43:43.000Z (4 months ago)
- Last Synced: 2024-10-06T02:10:25.419Z (about 1 month ago)
- Topics: compiler
- Language: Racket
- Homepage:
- Size: 73.2 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# still-compiling
### Parsing
- [combinator: megaparsack](parser/combinator)
- [manual parser](parser/manual)### Encoding
- [closure conversion](closure-conversion)
- [cps conversion](cps-conversion.rkt), ref: http://churchturing.org/y/90-min-scc.pdf### Optimization
- [local value numbering](local-value-numbering.rkt)
- [register allocation](register-allocate.rkt)