heptagon/compiler/utilities
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
_tags Fixed problem with stdlib 2010-09-15 10:27:53 +02:00
graph.ml small print debugging tweaks. 2010-09-01 14:42:44 +02:00
misc.ml Added partial application for iterators 2011-03-21 17:22:03 +01:00
misc.mli Added partial application for iterators 2011-03-21 17:22:03 +01:00
pp_tools.ml Removed Interface since it's job is now done during the scoping. 2010-09-10 14:06:33 +02:00
pp_tools.mli Tabs, trailing ws and long lines shall receive no mercy! 2010-06-26 17:17:28 +02:00