heptagon/compiler
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
..
global Feature: Java main will give bin args as static params to the main. 2011-07-08 11:26:05 +02:00
heptagon Forgot to remove the comments around static scoping for interfaces. 2011-07-08 11:18:39 +02:00
main Merge branch 'clocked_inputs' into decade 2011-06-28 14:46:43 +02:00
minils Fix memory normalization: the correct clock was 2011-07-06 11:50:02 +02:00
obc Feature: Java main will give bin args as static params to the main. 2011-07-08 11:26:05 +02:00
utilities Real asynchronous resets. 2011-05-26 15:56:59 +02:00
_tags Graphical simulator hepts 2011-05-12 10:08: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 Graphical simulator hepts 2011-05-12 10:08:13 +02:00
preproc.ml Fixed location to use formatter instead of out_channel. 2010-08-24 17:29:00 +02:00
README_ocamlbuild_hepts.txt Graphical simulator hepts 2011-05-12 10:08:13 +02:00
TODO.txt C backend ported to recent API changes in Obc 2011-03-09 09:46:00 +01:00