heptagon/compiler/obc/java
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
..
java.ml Reworked Obc AST: from right patterns to extvalues. 2011-05-30 16:25:00 +02:00
java_main.ml Feature: Java main will give bin args as static params to the main. 2011-07-08 11:26:05 +02:00
java_printer.ml Reworked Obc AST: from right patterns to extvalues. 2011-05-30 16:25:00 +02:00
obc2java.ml Merge branch 'clocked_inputs' into decade 2011-06-28 14:46:43 +02:00
old_java.ml backport from async. 2011-03-09 00:06:36 +01:00