summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org10
1 files changed, 1 insertions, 9 deletions
diff --git a/README.org b/README.org
index afe3624..5683af5 100644
--- a/README.org
+++ b/README.org
@@ -55,15 +55,7 @@
*** Why?
- This small library was created in order to support the [[https://github.com/thegoofist/parzival][parzival]] streaming
+ This small library was created in order to support the [[https://github.com/cbeo/parzival][parzival]] streaming
parser-combinator DSL, which needs replayable streams for its implementation
of the =<<plus= combinator.
-*** [0/4] To Do
-
- 1. [ ] Add a test suite.
- 2. [ ] For =character-input-replay-stream=, support user control over initial log size.
- 3. [ ] For =character-input-replay-stream=, support optional maximum log.
- size, along with an error condition if the log size is exceeded.
- 4. [ ] Support binary streams.
-