Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 4160 - named marks for delimited continuations | Kartik K. Agaram | 2017-12-15 | 1 | -3/+3 |
| | | | | | Hypothesis: this is needed to build McCarthy's amb operator. https://rosettacode.org/wiki/Amb | ||||
* | 4133 | Kartik K. Agaram | 2017-11-25 | 1 | -0/+5 |
| | |||||
* | 4117 - done with delimited continuations | Kartik K. Agaram | 2017-11-06 | 1 | -2/+10 |
| | | | | | 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. | ||||
* | 4103 - continuations no longer cause memory corruption | Kartik K. Agaram | 2017-11-03 | 1 | -0/+21 |