Integrated modifications for the new PIC.
commit2a21cd9f3c64cda0fd5f25e34126655b704e41c6
authorVincent St-Amour <stamourv@dino11.iro.umontreal.ca>
Fri, 11 Jul 2008 20:13:38 +0000 (11 16:13 -0400)
committerVincent St-Amour <stamourv@dino11.iro.umontreal.ca>
Fri, 11 Jul 2008 20:13:38 +0000 (11 16:13 -0400)
tree92c3b26dcda5a631d103d17e030ee51f2af62298
parent29fe17779490d83cd666ff2218e3a528aae02450
Integrated modifications for the new PIC.
Changed the compiler with new representation.
Changed the representation of closures and continuations, since we
learned that closures were used as pairs when doing lookup.
Tried to add global to constant conversion in the compiler, but didn't
work. When we fix it, make it work only for globals that contain
numbers, bools and co. No pairs, vectors, etc, so we can only check
for set!s and not set-car!s and co.
library.scm
picobit-vm.c
picobit.scm