heptagon/compiler/minils
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
..
analysis Remove bounds hack in Eselect_dyn 2010-06-30 13:46:46 +02:00
main Assertion generation for C back-end. 2010-06-27 23:28:38 +02:00
parsing re re Parsing. 2010-06-30 15:45:40 +02:00
sequential New calling convention in generated code 2010-06-30 17:30:48 +02:00
transformations ?? nothing 2010-06-30 17:25:00 +02:00
_tags move to subfolder compiler. 2010-06-21 11:58:57 +02:00
minils.ml re re Parsing. 2010-06-30 15:45:40 +02:00
mls_printer.ml Remove bounds hack in Eselect_dyn 2010-06-30 13:46:46 +02:00
mls_utils.ml Remove bounds hack in Eselect_dyn 2010-06-30 13:46:46 +02:00