Initial commit.
commit4ff4e26cd0bd258d880fde949d67b82d5076ceb4
authorVincent St-Amour <stamourv@dino11.iro.umontreal.ca>
Wed, 28 May 2008 21:27:47 +0000 (28 17:27 -0400)
committerVincent St-Amour <stamourv@dino11.iro.umontreal.ca>
Wed, 28 May 2008 21:27:47 +0000 (28 17:27 -0400)
treeacbc071e19b14f971a656eeeade8622f013b7ff2
Initial commit.
Already did some work. u8vector constructor works, it's actually just
a parser hack that generates a string and the parse it. Since strings
are stored as byte vectors, this gives the result we
want. u8vector-ref also works, it's implemented as a library
function. I added a primitive, which ended up being unnecessary, I'll
get rid of it.
library.scm [new file with mode: 0644]
picobit-vm.c [new file with mode: 0644]
picobit.scm [new file with mode: 0644]
red-green.scm [new file with mode: 0644]
robot.scm [new file with mode: 0644]
test-arity.scm [new file with mode: 0644]
test-u8.scm [new file with mode: 0644]