heptagon/compiler/minils
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
..
analysis Basic clocking port. 2010-07-15 16:20:46 +02:00
main Removed temporarily clocking. 2010-07-21 15:40:55 +02:00
parsing location change. Heptc works with menhir. 2010-07-21 15:15:57 +02:00
transformations Added anonymous functions in Minils 2010-07-21 17:15:19 +02:00
_tags Moved sequential to compiler/ dir 2010-07-08 15:19:04 +02:00
minils.ml Added anonymous functions in Minils 2010-07-21 17:15:19 +02:00
mls_mapfold.ml Schedule with the iterator and eqs/var_decs added in mapfold. 2010-07-14 03:45:38 +02:00
mls_printer.ml Added anonymous functions in Minils 2010-07-21 17:15:19 +02:00
mls_utils.ml Simplify a little Mls2obc 2010-07-16 09:58:56 +02:00