diff options
author | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-07-14 15:16:29 -0300 |
---|---|---|
committer | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-07-14 15:16:29 -0300 |
commit | b764048fc85902100bdd26a68f83fb44098a97d3 (patch) | |
tree | 3d44e0012a34529ebe0933ec83229b63a253f99a /lptree.h | |
parent | 4834ecd7d60dc5cb36ed7c556748c1c215f4324b (diff) | |
download | lpeglabel-b764048fc85902100bdd26a68f83fb44098a97d3.tar.gz lpeglabel-b764048fc85902100bdd26a68f83fb44098a97d3.tar.bz2 lpeglabel-b764048fc85902100bdd26a68f83fb44098a97d3.zip |
Implementing the recovery operator
Diffstat (limited to 'lptree.h')
-rw-r--r-- | lptree.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ typedef enum TTag { | |||
25 | TBehind, /* match behind */ | 25 | TBehind, /* match behind */ |
26 | TCapture, /* regular capture */ | 26 | TCapture, /* regular capture */ |
27 | TRunTime, /* run-time capture */ | 27 | TRunTime, /* run-time capture */ |
28 | TThrow, TLabChoice /* labeled failure */ | 28 | TThrow, TLabChoice, TRecov /* labeled failure */ |
29 | } TTag; | 29 | } TTag; |
30 | 30 | ||
31 | /* number of siblings for each tree */ | 31 | /* number of siblings for each tree */ |