summaryrefslogtreecommitdiffstats
path: root/share/txr/stdlib/yield.tl
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: incorrect substitution in suspend macro.Kaz Kylheku2017-04-151-1/+1
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* Macros obtain* and obtain*-block.Kaz Kylheku2016-04-151-0/+12
* Copyright year bump.Kaz Kylheku2015-12-311-1/+1
* yield-from can omit form; access initial value.Kaz Kylheku2015-11-041-13/+25
* Moving sys:capture-cont to call/cc style API.Kaz Kylheku2015-11-021-18/+9
* Define suspend operator.Kaz Kylheku2015-10-301-0/+8
* Provide a way to free the continuation stacks.Kaz Kylheku2015-10-291-2/+5
* Finalize obtain continuator function.Kaz Kylheku2015-10-291-7/+10
* Implementing sys:abscond-from operator.Kaz Kylheku2015-10-281-2/+3
* Add obtain/yield macros interface to continuations.Kaz Kylheku2015-10-281-0/+59