summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-04-24 16:52:26 -0500
committerColin Okay <cbeok@protonmail.com>2020-04-24 16:52:26 -0500
commit7e13edeac57ed2eb800897124373f8223da2a302 (patch)
tree608c5f307cd79435bc56db1ce93fa11eb57472ab
parentc98b92c101417bc10736e567048d1ef976615917 (diff)
readme updatemaster
-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.
-