MPRI Functional Programming project, whose subject can be found [here](https://gitlab.inria.fr/fpottier/mpri-2.4-public/blob/master/project/sujet.pdf)
Go to file
Théophile Bastian 6339662cec Write markdown report 2018-02-17 01:55:00 +01:00
report Write markdown report 2018-02-17 01:55:00 +01:00
src Add a naive constant propagation pass 2018-02-16 20:53:43 +01:00
.gitignore Add human-readable pretty printer for Tail 2018-02-15 21:26:15 +01:00
.gitmodules Use shared tests repository instead of `src/tests` 2018-02-16 18:27:02 +01:00
README.md Update what's done and to do 2018-02-16 02:55:12 +01:00
sujet.pdf Keep only project-related files; reroot to project/ 2017-12-19 13:35:04 +01:00

README.md

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)