Dépôt Heptagon avec modifications pour asynchrone
Go to file
Cédric Pasteur b1b8e103f2 Added partial application for iterators
For instance:
  ... = map<<n>> (f<<se>>)((t1, t1'))(t2, t3)

is translated to:
  for(int i =...)
    ... = f(t1, t1', t2[i], t3[i])
2011-03-21 17:22:03 +01:00
compiler Added partial application for iterators 2011-03-21 17:22:03 +01:00
examples Wrote wrapper macros for C interoperability. 2010-07-29 10:43:32 +02:00
lib async constants. 2011-03-08 13:41:28 +01:00
test backport from async. 2011-03-09 00:06:36 +01:00
tools async constants. 2011-03-08 13:41:28 +01:00
.gitignore gitignore and todo. 2011-02-14 15:32:56 +01:00
heptc Heptc updated with new heptc behavior. 2011-01-12 15:39:47 +01:00
todo.txt gitignore and todo. 2011-02-14 15:32:56 +01:00