Dépôt Heptagon avec modifications pour asynchrone
Find a file
Léonard Gérard b913edcd5e Decade alpha1
On the road to beta is the new Minils AST, for now :

* Heptagon and Obc AST changes,
* Java code generation,
* Recursives Qualnames,
* Various bug fixes,

* 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 22:24:36 +01:00
compiler Decade alpha1 2011-03-21 22:24:36 +01:00
examples Wrote wrapper macros for C interoperability. 2010-07-29 10:43:32 +02:00
lib blop 2011-03-21 17:41:00 +01:00
test Decade alpha1 2011-03-21 22:24:36 +01:00
tools blop 2011-03-21 17:41:00 +01: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