heptagon/compiler/global
Léonard Gérard ab3823874c Feature: Java main will give bin args as static params to the main.
consider having a main node like this one:

node main<<i : int; b : bool>> () returns...

Then if to call the generated program, you'll need ot give an int and a bool.
Furthermore, if you give an additional arg, it'll be used as the wanted
iteration number.
Conflicts:

	compiler/obc/java/java_main.ml
2011-07-08 11:26:05 +02:00
..
clocks.ml Remove some warnings. 2011-06-09 14:40:31 +02:00
global_compare.ml n-ary Sarray_power Earray_fill 2011-05-26 18:43:30 +02:00
global_mapfold.ml n-ary Sarray_power Earray_fill 2011-05-26 18:43:30 +02:00
global_printer.ml Merge branch 'clocked_inputs' into decade 2011-06-28 14:46:43 +02:00
idents.ml resets are now without constraint. 2011-05-26 15:56:59 +02:00
idents.mli resets are now without constraint. 2011-05-26 15:56:59 +02:00
initial.ml Added type string to pervasives, with string constants in AST 2011-05-10 17:07:17 +02:00
location.ml Fix print location. 2010-10-08 14:34:31 +02:00
modules.ml Real asynchronous resets. 2011-05-26 15:56:59 +02:00
names.ml Remove some warnings. 2011-06-09 14:40:31 +02:00
signature.ml Feature: Java main will give bin args as static params to the main. 2011-07-08 11:26:05 +02:00
static.ml Merge branch 'clocked_inputs' into decade 2011-06-28 14:46:43 +02:00
types.ml n-ary Sarray_power Earray_fill 2011-05-26 18:43:30 +02:00