Dépôt Heptagon avec modifications pour asynchrone
Go to file
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
compiler Feature: Java main will give bin args as static params to the main. 2011-07-08 11:26:05 +02:00
examples Wrote wrapper macros for C interoperability. 2010-07-29 10:43:32 +02:00
lib Static constraints in the source. Equal removed 2011-06-09 14:53:40 +02:00
test resets are now without constraint. 2011-05-26 15:56:59 +02:00
tools Merge branch 'clocked_inputs' into decade 2011-06-28 14:46:43 +02:00
.gitignore Remove some warnings. 2011-06-09 14:40:31 +02:00
heptc Reworked Obc AST: from right patterns to extvalues. 2011-05-30 16:25:00 +02:00
todo.txt updated the todo.txt 2011-06-09 11:54:43 +02:00