heptagon/compiler/main
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
..
hept2mls.ml Added polymorphic (=) and (<>) operators 2010-07-27 17:16:49 +02:00
heptc.ml Two fixes in heptc 2010-07-27 14:00:15 +02:00
mls2obc.ml Made Eupdate dynamic 2010-07-28 12:34:07 +02:00