| Age | Commit message (Collapse) | Author | Files | Lines |
|
This fixes a bug in compiler.csc.
|
|
N lines of code will have about 2N bugs.
|
|
|
|
Per a closer reading of R7RS, it's an error to mutate an imported
binding with set!. My apologies to Guile when I said they had a bug.
|
|
Now the lib directory contains what will eventually end up on the
user's /usr/lib/csc. When I write make install, it will copy all of
the .csc files from lib into the destination lib directory. This means I
can start working on the standard library in lib/scheme.
|