| Age | Commit message (Collapse) | Author | Files | Lines |
|
I inserted jump statements into the bytecode at the beginning of each
compilation unit, to jump to the init label. The point is that now the
bytecode can be executed from start to finish, and assuming the
libraries were ordered correctly, it will run the full program.
|
|
|
|
I guess you can pattern match using quote as a literal.
That's pretty cool.
|
|
|
|
God damn delete is even more complicated than insert. I think it works,
at least.
|
|
I desperately need a diffing library.
|
|
Before we were assuming keys could be compared with eqv?. But it seems
like that assumption isn't true when we want to hold identifiers in the
hash map.
|
|
|