diff options
author | Sérgio Queiroz <sqmedeiros@gmail.com> | 2017-12-15 14:17:20 -0300 |
---|---|---|
committer | Sérgio Queiroz <sqmedeiros@gmail.com> | 2017-12-15 14:17:20 -0300 |
commit | 0f53a65f4a32c8be2d84c4a8172b885065f7c1e5 (patch) | |
tree | 5d9f4535723c43f82451ad2e1e65da7810d4d082 /lpvm.h | |
parent | bc071e9fe431347832fd424eb327357f38e60bfd (diff) | |
download | lpeglabel-0f53a65f4a32c8be2d84c4a8172b885065f7c1e5.tar.gz lpeglabel-0f53a65f4a32c8be2d84c4a8172b885065f7c1e5.tar.bz2 lpeglabel-0f53a65f4a32c8be2d84c4a8172b885065f7c1e5.zip |
Removing code related to previous recovery operator //{}
Diffstat (limited to 'lpvm.h')
-rw-r--r-- | lpvm.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -34,9 +34,8 @@ typedef enum Opcode { | |||
34 | IOpenCapture, /* start a capture */ | 34 | IOpenCapture, /* start a capture */ |
35 | ICloseCapture, | 35 | ICloseCapture, |
36 | ICloseRunTime, | 36 | ICloseRunTime, |
37 | IThrow, /* "fails" with a specific label labeled failure */ | 37 | IThrow, /* fails with a given label */ |
38 | IThrowRec, /* "fails" with a specific label labeled failure */ | 38 | IThrowRec, /* fails with a given label and call rule at 'offset' */ |
39 | IRecov, /* stack a recovery; next fail with label 'f' will jump to 'offset' */ | ||
40 | ILabChoice /* stack a choice; next fail with label 'f' will jump to 'offset' */ | 39 | ILabChoice /* stack a choice; next fail with label 'f' will jump to 'offset' */ |
41 | } Opcode; | 40 | } Opcode; |
42 | 41 | ||