| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Chip away at eliminating that 'pc' reference by first throwing out the
most common expression that uses it: instructions[pc].
|
| |
|
|
|
|
|
| |
In the process I give up trace stability when I move files around, but I
gain in exchange the ability to move files around.
|
|
|
|
|
|
|
|
|
| |
This seems more obvious to laypeople.
I've also come up with a design for sum types: I'm going to call them
exclusive containers. You call 'get' on containers, 'index' on arrays,
and 'maybe-convert' on exclusive containers (as well as tagged types,
but that's even later).
|
| |
|
|
|
|
| |
This was a pain to debug.
|
| |
|
| |
|
|
|