summaryrefslogtreecommitdiff
path: root/issues/21.txt
diff options
context:
space:
mode:
Diffstat (limited to 'issues/21.txt')
-rw-r--r--issues/21.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/issues/21.txt b/issues/21.txt
new file mode 100644
index 00000000..edb812ec
--- /dev/null
+++ b/issues/21.txt
@@ -0,0 +1,9 @@
+Id: 21
+Subject: eradicate the use of replItemList
+Tracker: Bug
+Status: New
+Fixed-Version:
+Created-On: Sat Mar 20 10:46:12 -0700 2010
+Updated-On: Sat Mar 20 10:46:12 -0700 2010
+
+The replacement, accumulator, and string concat sections of the grammar all use this global (to Parser). This is problematic in the face of recursion. It should be replaced with code that passes the list up through the productions.