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 | ||||
* | 4134 - 'input' = 'ingredient' | Kartik K. Agaram | 2017-12-03 | 1 | -1/+1 |
| | |||||
* | 4133 | Kartik K. Agaram | 2017-11-25 | 1 | -0/+5 |
| | |||||
* | 4117 - done with delimited continuations | Kartik K. Agaram | 2017-11-06 | 1 | -2/+9 |
| | | | | | 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. | ||||
* | 4112 | Kartik K. Agaram | 2017-11-05 | 1 | -10/+6 |
| | |||||
* | 4107 | Kartik K. Agaram | 2017-11-05 | 1 | -0/+39 |
Return other values along with the current continuation. |