heptagon/compiler/minils/transformations
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
..
callgraph.ml Proposition 1. 2010-07-08 15:04:57 +02:00
callgraph_mapfold.ml No need to collect calls without params 2010-07-16 14:35:42 +02:00
normalize.ml Added anonymous functions in Minils 2010-07-21 17:15:19 +02:00
schedule.ml Added anonymous functions in Minils 2010-07-21 17:15:19 +02:00