about summary refs log tree commit diff stats
path: root/continuation3.mu
Commit message (Collapse)AuthorAgeFilesLines
* 4160 - named marks for delimited continuationsKartik K. Agaram2017-12-151-3/+3
| | | | | Hypothesis: this is needed to build McCarthy's amb operator. https://rosettacode.org/wiki/Amb
* 4133Kartik K. Agaram2017-11-251-0/+5
|
* 4117 - done with delimited continuationsKartik K. Agaram2017-11-061-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 corruptionKartik K. Agaram2017-11-031-0/+21