heptagon/compiler/minils/transformations
Cédric Pasteur 8f4220e08d Made Eupdate dynamic
Modifying an array with
 [ a with [i] = v ]
should expected a dynamic (not static) value
for i (nothing happens if i is in the wrong range).
This is the same behaviour as in Scade and it is 
useful eg to modify an array in a foldi.
2010-07-28 12:34:07 +02:00
..
callgraph.ml Refactoring Ident -> Idents ( uniform with Names etc ) 2010-07-23 19:45:19 +02:00
callgraph_mapfold.ml Refactoring Ident -> Idents ( uniform with Names etc ) 2010-07-23 19:45:19 +02:00
itfusion.ml Refactoring Ident -> Idents ( uniform with Names etc ) 2010-07-23 19:45:19 +02:00
normalize.ml Made Eupdate dynamic 2010-07-28 12:34:07 +02:00
schedule.ml Added anonymous functions in Minils 2010-07-21 17:15:19 +02:00