heptagon/compiler/minils/sequential
Cédric Pasteur 79fb193206 New calling convention in generated code
Functions take as arg:
	- the inputs
	- a 'f_out' structure: if there is at least one
input (whatever their type are)
	- a 'f_mem' structure: containing memories and
contexts for child nodes. This is created only for
node (not for fun). A node declared statefull 
without any memory will have an empty structure.
2010-06-30 17:30:48 +02:00
..
c.ml Assertion generation for C back-end. 2010-06-27 23:28:38 +02:00
c.mli Tabs, trailing ws and long lines shall receive no mercy! 2010-06-26 17:17:28 +02:00
cgen.ml New calling convention in generated code 2010-06-30 17:30:48 +02:00
control.ml Tabs, trailing ws and long lines shall receive no mercy! 2010-06-26 17:17:28 +02:00
csubst.ml New calling convention in generated code 2010-06-30 17:30:48 +02:00
java.ml Gros blop pour que Mlsc compile. 2010-06-28 18:06:39 +02:00
mls2obc.ml New calling convention in generated code 2010-06-30 17:30:48 +02:00
obc.ml New calling convention in generated code 2010-06-30 17:30:48 +02:00