diff options
Diffstat (limited to 'lpvm.h')
-rw-r--r-- | lpvm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ typedef enum Opcode { | |||
27 | IOpenCall, /* call rule number 'key' (must be closed to a ICall) */ | 27 | IOpenCall, /* call rule number 'key' (must be closed to a ICall) */ |
28 | ICommit, /* pop choice and jump to 'offset' */ | 28 | ICommit, /* pop choice and jump to 'offset' */ |
29 | IPartialCommit, /* update top choice to current position and jump */ | 29 | IPartialCommit, /* update top choice to current position and jump */ |
30 | IBackCommit, /* "fails" but jump to its own 'offset' */ | 30 | IBackCommit, /* backtrack like "fail" but jump to its own 'offset' */ |
31 | IFailTwice, /* pop one choice and then fail */ | 31 | IFailTwice, /* pop one choice and then fail */ |
32 | IFail, /* go back to saved state on choice and jump to saved offset */ | 32 | IFail, /* go back to saved state on choice and jump to saved offset */ |
33 | IGiveup, /* internal use */ | 33 | IGiveup, /* internal use */ |