heptagon/compiler
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
..
global Add Ewhen to the minils ast, And clocking of iterators. 2011-05-26 15:56:59 +02:00
heptagon Code formating fixes (typos, tabs, spaces at endofline,...) 2011-05-26 15:56:59 +02:00
main Add Ewhen to the minils ast, And clocking of iterators. 2011-05-26 15:56:59 +02:00
minils Add Ewhen to the minils ast, And clocking of iterators. 2011-05-26 15:56:59 +02:00
obc Code formating fixes (typos, tabs, spaces at endofline,...) 2011-05-26 15:56:59 +02:00
utilities Compile with proper include to pervasives.h. 2011-05-12 16:32:52 +02:00
_tags Graphical simulator hepts 2011-05-12 10:08:13 +02:00
Makefile Bug in the Makefile ? GENSOURCES removed from .depend dependencies. (circular issue) 2010-06-24 03:31:57 +02:00
myocamlbuild.ml Graphical simulator hepts 2011-05-12 10:08:13 +02:00
preproc.ml Fixed location to use formatter instead of out_channel. 2010-08-24 17:29:00 +02:00
README_ocamlbuild_hepts.txt Graphical simulator hepts 2011-05-12 10:08:13 +02:00
TODO.txt C backend ported to recent API changes in Obc 2011-03-09 09:46:00 +01:00