Dépôt Heptagon avec modifications pour asynchrone
Go to file
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
compiler New calling convention in generated code 2010-06-30 17:30:48 +02:00
lib Add lib/pervasives.epi, tests, tools 2010-06-21 12:11:06 +02:00
test Fix bug with locations 2010-06-24 04:55:15 +02:00
tools Cleaning tool 2010-06-30 15:36:07 +02:00
.gitignore .gitignore 2010-06-16 19:26:27 +02:00
heptc compilers refactoring. and bug fix of heptc vs heptcheck. 2010-06-29 19:21:07 +02:00