aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-11-04 08:24:27 -0500
committerGravatar Peter McGoron 2025-11-04 08:24:27 -0500
commitf1c3054215f58b4a4cca3a7716993c273c87ca74 (patch)
tree1ee2cad102f87ff65f5ef12eda019c79110792a0 /README.md
parentstart moving implementation-dependent code into separate libraries (diff)
move rewriters to implementation file, make rewriter cycle-detecting
Diffstat (limited to '')
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index dfe3187..34ce366 100644
--- a/README.md
+++ b/README.md
@@ -16,10 +16,7 @@ that can do cycle detection.
Cuprate supports TR7, CHICKEN-5, Foment, Chibi, SKINT, Gauche, and
Sagittarius. STKLOS, Mosh, Chez, Guile, Racket, and Loko support soon.
-TODO: Allow for (conceptually) delimited continuations to be captured and
-reinstated even if they are made in a different test group / assertion.
-The continuation's test-info will be the test-info at the time of capture.
-Returning through the same group/assertion twice will raise an exception.
+TODO: Simplify repeated code in implementation subdir
## API