heptagon/compiler/global
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
..
ident.ml Tabs, trailing ws and long lines shall receive no mercy! 2010-06-26 17:17:28 +02:00
ident.mli Tabs, trailing ws and long lines shall receive no mercy! 2010-06-26 17:17:28 +02:00
initial.ml move to subfolder compiler. 2010-06-21 11:58:57 +02:00
location.ml Tabs, trailing ws and long lines shall receive no mercy! 2010-06-26 17:17:28 +02:00
modules.ml Tabs, trailing ws and long lines shall receive no mercy! 2010-06-26 17:17:28 +02:00
names.ml Tabs, trailing ws and long lines shall receive no mercy! 2010-06-26 17:17:28 +02:00
signature.ml Better deal with memory less nodes 2010-06-30 13:37:54 +02:00
static.ml Tabs, trailing ws and long lines shall receive no mercy! 2010-06-26 17:17:28 +02:00
types.ml Tabs, trailing ws and long lines shall receive no mercy! 2010-06-26 17:17:28 +02:00