summaryrefslogtreecommitdiff
path: root/colm/tree.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-05-08 08:21:11 -0400
committerAdrian Thurston <thurston@complang.org>2012-05-08 08:21:11 -0400
commit6b5e034985b65477cc3c2bfa6785d28e7b4c107e (patch)
treefb79b9dda6a61d56c5b1bc740ee694cd70284f85 /colm/tree.h
parent7bedf8c4f27822314db59422dcaae5499365dd42 (diff)
downloadcolm-6b5e034985b65477cc3c2bfa6785d28e7b4c107e.tar.gz
Maintain a parallel accum ignore list and attach it to the shifted parse tree.
Diffstat (limited to 'colm/tree.h')
-rw-r--r--colm/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/colm/tree.h b/colm/tree.h
index ece3845d..895ac409 100644
--- a/colm/tree.h
+++ b/colm/tree.h
@@ -125,6 +125,7 @@ typedef struct _ParseTree
char retryUpper;
Kid *shadow;
+ Kid *ignore;
} ParseTree;
typedef struct _Int