heptagon/compiler
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
..
global C backend ported to recent API changes in Obc 2011-03-09 09:46:00 +01:00
heptagon Added partial application for iterators 2011-03-21 17:22:03 +01:00
main Added partial application for iterators 2011-03-21 17:22:03 +01:00
minils Added partial application for iterators 2011-03-21 17:22:03 +01:00
obc C backend ported to recent API changes in Obc 2011-03-09 09:46: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