Added support for abstraction arities
commit4d22c67d522b394e81d189dd36f23e656cd5709f
authorYves Jaradin <yves.jaradin@uclouvain.be>
Fri, 27 Aug 2010 12:46:31 +0000 (27 14:46 +0200)
committerYves Jaradin <yves.jaradin@uclouvain.be>
Fri, 27 Aug 2010 12:46:31 +0000 (27 14:46 +0200)
treebb59e1ffd379b5b91b237466a22f0b6b99656f96
parent7e8f037c9417a3aea421312e3f56b029337598b6
Added support for abstraction arities

Code blocks and abstractions store the arity and the number of G registers.
The format of abstractions changed with a proper structure and a header was added to codeBlocks.
abstraction.cc
abstraction.hh
codeBlock.hh
codeBlock.m4
instr.cc
store.hh
test.cc
vm.cc