heptagon/compiler
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
..
global blop 2011-03-21 17:41:00 +01:00
heptagon blop 2011-03-21 17:41:00 +01:00
main Decade alpha1 2011-03-21 22:24:36 +01:00
minils blop 2011-03-21 17:41:00 +01:00
obc blop 2011-03-21 17:41:00 +01:00
utilities Added partial application for iterators 2011-03-21 17:22:03 +01:00
_tags Updates for Obc 2010-07-08 17:22: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 Changed compile flags, and cleaned a bit. 2010-09-14 09:39:02 +02:00
preproc.ml Fixed location to use formatter instead of out_channel. 2010-08-24 17:29:00 +02:00
TODO.txt C backend ported to recent API changes in Obc 2011-03-09 09:46:00 +01:00