* core/callcc.c: bug in continuations. needed to send back `self` rather than `cl...
author_why <why@whytheluckystiff.net>
Fri, 17 Jul 2009 14:09:29 +0000 (07:09 -0700)
committer_why <why@whytheluckystiff.net>
Fri, 17 Jul 2009 14:09:29 +0000 (07:09 -0700)
commit2d18fee9f2def0fd03d982b0f8decbcc529294d9
tree2b867431e76d43345fc5a180a9f10869218f0f3e
parent323461884870d17d6d0e7d52866a0b55ef907887
 * core/callcc.c: bug in continuations. needed to send back `self` rather than `cl` from the yield.
 * test: a few tests of continuations.
core/callcc.c
core/pn-scan.rl
test/flow/callcc.pn [new file with mode: 0644]
test/flow/except.pn [new file with mode: 0644]