heptagon/compiler
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
..
global Added alias for types (aka typedef) 2010-07-27 09:23:16 +02:00
heptagon Made Eupdate dynamic 2010-07-28 12:34:07 +02:00
main Made Eupdate dynamic 2010-07-28 12:34:07 +02:00
minils Made Eupdate dynamic 2010-07-28 12:34:07 +02:00
obc C backend: put the C code for node_decs into the same file. 2010-07-27 16:28:23 +02:00
utilities Refactoring Ident -> Idents ( uniform with Names etc ) 2010-07-23 19:45:19 +02:00
_tags Updates for Obc 2010-07-08 17:22:13 +02:00
Makefile Bug in the Makefile ? GENSOURCES removed from .depend dependencies. (circular issue) 2010-06-24 03:31:57 +02:00
myocamlbuild.ml myocamlbuild.ml fix for bytecode 2010-07-05 15:15:24 +02:00
preproc.ml Tabs, trailing ws and long lines shall receive no mercy! 2010-06-26 17:17:28 +02:00