heptagon/compiler/main
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
..
hept2mls.ml Add Ewhen to the minils ast, And clocking of iterators. 2011-05-26 15:56:59 +02:00
heptc.ml Graphical simulator hepts 2011-05-12 10:08:13 +02:00
hepts.ml Code formating fixes (typos, tabs, spaces at endofline,...) 2011-05-26 15:56:59 +02:00
mls2obc.ml Add Ewhen to the minils ast, And clocking of iterators. 2011-05-26 15:56:59 +02:00
mls2seq.ml 100 and java scalarized 2011-04-19 18:45:56 +02:00