Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)