aboutsummaryrefslogtreecommitdiff
path: root/lptree.h
diff options
context:
space:
mode:
authorSérgio Queiroz <sqmedeiros@gmail.com>2017-12-15 16:31:41 -0300
committerSérgio Queiroz <sqmedeiros@gmail.com>2017-12-15 16:31:41 -0300
commit4bdf8d40a9ca5f00e454a38d301a3ab35c9b50d5 (patch)
treee59c5041761c237f27fe51589901da5a963ee103 /lptree.h
parent0f53a65f4a32c8be2d84c4a8172b885065f7c1e5 (diff)
downloadlpeglabel-4bdf8d40a9ca5f00e454a38d301a3ab35c9b50d5.tar.gz
lpeglabel-4bdf8d40a9ca5f00e454a38d301a3ab35c9b50d5.tar.bz2
lpeglabel-4bdf8d40a9ca5f00e454a38d301a3ab35c9b50d5.zip
Removing code related to labeled choice and recovery operators and updating tests
Diffstat (limited to 'lptree.h')
-rw-r--r--lptree.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lptree.h b/lptree.h
index 2980821..27aa476 100644
--- a/lptree.h
+++ b/lptree.h
@@ -35,9 +35,7 @@ typedef enum TTag {
35 'sib1' is capture body */ 35 'sib1' is capture body */
36 TRunTime, /* run-time capture: 'key' is Lua function; 36 TRunTime, /* run-time capture: 'key' is Lua function;
37 'sib1' is capture body */ 37 'sib1' is capture body */
38 TThrow, /* labeled failure: ktable[key] is label's */ 38 TThrow, /* labeled failure: ktable[key] is label's name */
39 TLabChoice /* labed failure: 'sib1' /{labels} 'sib2' */
40 /* the set of labels is stored in next CHARSETSIZE bytes */
41} TTag; 39} TTag;
42 40
43 41