heptagon/compiler/main
Cédric Pasteur dd660f4424 Added anonymous functions in Minils
- Added Elamba(inp, outp, eq_list) constructor. This
is necessary for iterator fusion.
- Refactored Mls2obc to allow to generate code
for anonymous functions (basically we have to
remember if we are within an iterator, as there is
no nesting of iterators)

There is a known problem with the local vars defined in 
the anonymous function that needs to be declared.
2010-07-21 17:15:19 +02:00
..
hept2mls.ml Make Heptagon API more uniform 2010-07-20 09:31:29 +02:00
heptc.ml location change. Heptc works with menhir. 2010-07-21 15:15:57 +02:00
mls2obc.ml Added anonymous functions in Minils 2010-07-21 17:15:19 +02:00