heptagon/compiler/minils
Léonard Gérard fbfa6eda1a Add Ewhen to the minils ast, And clocking of iterators.
Ewhen is now the only case of possible recursion for minils exps.
This add was motivated by equations like :
(y,z) = f(x) when c
This equation to be correctly normalized in minils before needed :
y',z' = f(x)
y = y' when c
z = z' when c
But this new variables where needless since the final translation of when c
is the identity.
2011-05-26 15:56:59 +02:00
..
analysis Add Ewhen to the minils ast, And clocking of iterators. 2011-05-26 15:56:59 +02:00
main Code formating fixes (typos, tabs, spaces at endofline,...) 2011-05-26 15:56:59 +02:00
transformations compile ! nearly all tests passed. 2011-05-26 15:56:58 +02:00
_tags Moved sequential to compiler/ dir 2010-07-08 15:19:04 +02:00
minils.ml Add Ewhen to the minils ast, And clocking of iterators. 2011-05-26 15:56:59 +02:00
mls_compare.ml Correction of Mls_compare for new AST 2011-05-11 14:25:45 +02:00
mls_mapfold.ml Add Ewhen to the minils ast, And clocking of iterators. 2011-05-26 15:56:59 +02:00
mls_printer.ml Add Ewhen to the minils ast, And clocking of iterators. 2011-05-26 15:56:59 +02:00
mls_utils.ml Add Ewhen to the minils ast, And clocking of iterators. 2011-05-26 15:56:59 +02:00