544 B
544 B
mpri-funcprog-project
MPRI Functional Programming project, whose subject can be found here
Features checklist
- Performs CPS
- Performs defunctionalization
- Pretty-prints nicely intermediary languages
- Removes var-var bindings
Wish list
- Perform an intelligent CPS transform (many continuations aren't actually even remotely needed at the moment)
- Handle correctly functions of arity > 1 (WARNING, cannot partially evaluate a function in C)