about summary refs log tree commit diff stats
path: root/049continuation.cc
Commit message (Collapse)AuthorAgeFilesLines
* 1848 - core instructions now check for ingredientsKartik K. Agaram2015-07-251-7/+17
| | | | Also standardized warnings.
* 1844 - explicitly end each trace lineKartik K. Agaram2015-07-251-1/+1
| | | | | | | | | More verbose, but it saves trouble when debugging; there's never something you thought should be traced but just never came out the other end. Also got rid of fatal errors entirely. Everything's a warning now, and code after a warning isn't guaranteed to run.
* 1702 - experiment: start using 'ordinal' in namesKartik K. Agaram2015-07-041-6/+6
| | | | | | | It comes up pretty early in the codebase, but hopefully won't come up in the mu level until we get to higher-order recipes. Potentially intimidating name, but such prime real estate with no confusing overloadings in other projects!
* 1523Kartik K. Agaram2015-06-031-7/+4
| | | | Variable 'instruction_counter' was obfuscating more than it clarified.
* 1456Kartik K. Agaram2015-05-251-2/+2
|
* 1455Kartik K. Agaram2015-05-241-2/+2
|
* 1454Kartik K. Agaram2015-05-241-20/+17
|
* 1453Kartik K. Agaram2015-05-241-1/+1
|
* 1452Kartik K. Agaram2015-05-241-13/+32
| | | | bugfix
* 1451 - share post-processing between all call instructionsKartik K. Agaram2015-05-241-10/+3
|
* 1450Kartik K. Agaram2015-05-241-1/+1
|
* 1449 - use prompt/abort for delimited continuationsKartik K. Agaram2015-05-241-44/+53
| | | | This is *much* more nice-looking scenario.
* 1448Kartik K. Agaram2015-05-241-0/+1
|
* 1447Kartik K. Agaram2015-05-241-0/+216