| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Hypothesis: this is needed to build McCarthy's amb operator.
https://rosettacode.org/wiki/Amb
|
| |
|
| |
|
|
|
|
|
| |
At least this particular implementation of them. Let's play with them
now for a while, see if they're fully equivalent to shift/reduce.
|
|
Surprisingly small change, considering how long it took me and how
mind-bending it was. 'return-continuation-until-mark' now behaves like
both call and return instructions, which made it hard to reason about.
|