heptagon/compiler
Cédric Pasteur b4419a6760 Better deal with memory less nodes
There are now 3 kinds of nodes: Eprim : primitive 
nodes, Enode: nodes with memory, Efun: nodes 
without memory.

Typing now sets correct eq_statefull and b_statefull
for equations and blocks. Resets are only added 
when a node with memory is called.

The calling convention is the generated code needs
to be modified so that we can remove the context 
for nodes without memory.
2010-06-30 13:37:54 +02:00
..
global Better deal with memory less nodes 2010-06-30 13:37:54 +02:00
heptagon Better deal with memory less nodes 2010-06-30 13:37:54 +02:00
main Better deal with memory less nodes 2010-06-30 13:37:54 +02:00
minils Better deal with memory less nodes 2010-06-30 13:37:54 +02:00
utilities Assertion generation for C back-end. 2010-06-27 23:28:38 +02:00
_tags Gros blop pour que Mlsc compile. 2010-06-28 18:06:39 +02:00
Makefile Bug in the Makefile ? GENSOURCES removed from .depend dependencies. (circular issue) 2010-06-24 03:31:57 +02:00
myocamlbuild.ml Indentation fixes! 2010-06-29 11:18:50 +02:00
preproc.ml Tabs, trailing ws and long lines shall receive no mercy! 2010-06-26 17:17:28 +02:00