heptagon/compiler/minils
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
..
analysis Made Eupdate dynamic 2010-07-28 12:34:07 +02:00
main Fixed problem in clocking 2010-07-26 15:34:46 +02:00
parsing Refactoring Ident -> Idents ( uniform with Names etc ) 2010-07-23 19:45:19 +02:00
transformations Made Eupdate dynamic 2010-07-28 12:34:07 +02:00
_tags Moved sequential to compiler/ dir 2010-07-08 15:19:04 +02:00
minils.ml Added polymorphic (=) and (<>) operators 2010-07-27 17:16:49 +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 Made Eupdate dynamic 2010-07-28 12:34:07 +02:00
mls_utils.ml Make sure to unalias type when checking for arrays 2010-07-28 09:53:16 +02:00