]> Repositorios git - scryer-prolog.git/commitdiff
update README
authorMark Thom <[email protected]>
Mon, 27 Jan 2020 03:19:44 +0000 (20:19 -0700)
committerMark Thom <[email protected]>
Mon, 27 Jan 2020 03:19:44 +0000 (20:19 -0700)
README.md

index 442384640c2d1c9172dbce0629df7a67e3f30d72..00ed745c22109732fd463a1b844ad56c5ccbff97 100644 (file)
--- a/README.md
+++ b/README.md
@@ -49,9 +49,12 @@ Extend Scryer Prolog to include the following, among other features:
       `retract/1`, `abolish/1`) with logical update semantics.
 - [x] Backtrackable and non-backtrackable global variables via `bb_get/2`
       `bb_put/2` (non-backtrackable) and `bb_b_put/2`
-      (backtrackable).      
-- [ ] Delimited continuations based on reset/3, shift/1 (documented in
-      "Delimited Continuations for Prolog") (_in progress_).
+      (backtrackable).
+- [x] Delimited continuations based on reset/3, shift/1 (documented in
+      "Delimited Continuations for Prolog").
+- [ ] Add opt-in tabling library based on delimited continuations
+      (documented in "Tabling as a Library with Delimited Control") (_in
+      progress_).
 - [ ] clp(B) and clp(ℤ) as builtin libraries (_in progress_).
 - [ ] Streams and predicates for stream control (_in progress_).
 - [ ] An incremental compacting garbage collector satisfying the five