First "working" version
commit0105a5d43bde5946a9954d5fddde81ef06282e9d
authorYves Jaradin <yves.jaradin@uclouvain.be>
Sun, 22 Aug 2010 23:09:53 +0000 (23 01:09 +0200)
committerYves Jaradin <yves.jaradin@uclouvain.be>
Sun, 22 Aug 2010 23:09:53 +0000 (23 01:09 +0200)
treee7b708fe7f38bf803b457f2e95784316a9b294d7
parentfcd3fa1bb0c742bbeba612be2b739603797c0a94
First "working" version

Completed the framework to at least have a running example. As is, the test prints out Fibonacci numbers.
The basis of builtins, code blocks, abstractions, threads and integers was added; booleans were augmented too.
Lots of bugfixes in previously untested code.
24 files changed:
abstraction.cc [new file with mode: 0644]
abstraction.hh [new file with mode: 0644]
boolean.cc [new file with mode: 0644]
boolean.hh
build
builtin.cc [new file with mode: 0644]
builtin.hh [new file with mode: 0644]
codeBlock.cc [new file with mode: 0644]
codeBlock.hh [new file with mode: 0644]
codeBlock.m4 [new file with mode: 0644]
decl.hh
instr.cc
integer.cc [new file with mode: 0644]
integer.hh [new file with mode: 0644]
mem.hh
mozart.hh
store.hh
test.cc
threads.cc
threads.hh
vm.cc
vm.hh
vtable.cc
vtable.hh