Vectors are now r-a-lists, bitwise operations are there.
commitf06e043c172cdf4a53e97513ef081b285db50962
authorVincent St-Amour <stamourv@dino11.iro.umontreal.ca>
Wed, 25 Jun 2008 15:33:52 +0000 (25 11:33 -0400)
committerVincent St-Amour <stamourv@dino11.iro.umontreal.ca>
Wed, 25 Jun 2008 15:33:52 +0000 (25 11:33 -0400)
treeb2fd81f4548aff87ec7f0cf9254d2ecdc5378585
parent7944c36414f28fb78df3d9e9fcd249477b874c8a
Vectors are now r-a-lists, bitwise operations are there.
All the features needed by PICOBIT are implemented.
Now, we have a problem of address space, as well as constant and
global variable counts.
Next steps : change representation of objets to increase address space
     add vectors as contiguous space
library.scm
picobit-vm.c
picobit.scm