summaryrefslogtreecommitdiff
path: root/issues/341.txt
diff options
context:
space:
mode:
Diffstat (limited to 'issues/341.txt')
-rw-r--r--issues/341.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/issues/341.txt b/issues/341.txt
new file mode 100644
index 00000000..79b6492d
--- /dev/null
+++ b/issues/341.txt
@@ -0,0 +1,9 @@
+Id: 341
+Subject: split input stream into two: wrapper and implementation streams
+Tracker: Feature
+Status: Completed
+Fixed-Version: 0.4
+Created-On: Thu Dec 29 10:35:27 -0800 2011
+Updated-On: Sat Jan 21 14:04:30 -0800 2012
+
+The wrapper act as a stream of streams. The implementation stream (source stream) will provide data. Both need a refcounted tree struct so they can be stored in multiple accumulators, which will happen mostly due to sub-parsers.