heptagon/compiler/obc
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
..
c Bugfix for reset calls in C 2011-07-07 16:18:25 +02:00
java Feature: Java main will give bin args as static params to the main. 2011-07-08 11:26:05 +02:00
main 100 and java scalarized 2011-04-19 18:45:56 +02:00
transformations Reworked Obc AST: from right patterns to extvalues. 2011-05-30 16:25:00 +02:00
_tags Heptc compiles again 2011-04-18 15:38:42 +02:00
control.ml Merge branch 'clocked_inputs' into decade 2011-06-28 14:46:43 +02:00
obc.ml Reworked Obc AST: from right patterns to extvalues. 2011-05-30 16:25:00 +02:00
obc_mapfold.ml Reworked Obc AST: from right patterns to extvalues. 2011-05-30 16:25:00 +02:00
obc_printer.ml Reworked Obc AST: from right patterns to extvalues. 2011-05-30 16:25:00 +02:00
obc_utils.ml Reworked Obc AST: from right patterns to extvalues. 2011-05-30 16:25:00 +02:00