Dépôt Heptagon avec modifications pour asynchrone
Go to file
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
compiler Add Ewhen to the minils ast, And clocking of iterators. 2011-05-26 15:56:59 +02:00
examples Wrote wrapper macros for C interoperability. 2010-07-29 10:43:32 +02:00
lib Fix generated C code calling between(). 2011-05-12 16:32:52 +02:00
test correct base_clock and signature. 2011-05-26 15:56:59 +02:00
tools Compile with proper include to pervasives.h. 2011-05-12 16:32:52 +02:00
.gitignore Merge branch 'java' 2011-03-21 22:21:00 +01:00
heptc blop 2011-03-21 17:41:00 +01:00
todo.txt blop 2011-03-21 17:41:00 +01:00