mpri-funcprog-project/src/prettify
Théophile Bastian 7bc7921fc3 Add IfZero in the syntax + placeholders
Also add (* TODO ifzero *) all around as placeholders
2018-02-16 00:19:44 +01:00
..
PrettyCommon.ml Refactor PrettyTail parts into PrettyCommon 2018-02-15 22:01:14 +01:00
PrettyCommon.mli Refactor PrettyTail parts into PrettyCommon 2018-02-15 22:01:14 +01:00
PrettyTail.ml Add IfZero in the syntax + placeholders 2018-02-16 00:19:44 +01:00
PrettyTail.mli Add human-readable pretty printer for Tail 2018-02-15 21:26:15 +01:00
PrettyTop.ml Add IfZero in the syntax + placeholders 2018-02-16 00:19:44 +01:00
PrettyTop.mli Add pretty printer for Top 2018-02-15 22:01:46 +01:00
README.md Add human-readable pretty printer for Tail 2018-02-15 21:26:15 +01:00

Prettify

This directory contains modules to pretty-print every intermediary language I found useful, at some point, to read in some kind of human-readable form (instead of an AST).