diff options
| author | 2025-02-03 19:07:08 -0800 | |
|---|---|---|
| committer | 2025-02-03 19:07:08 -0800 | |
| commit | 410f8d69bc603558de987a0a4ba7877281f2a287 (patch) | |
| tree | c737691bf8f2def92eb9d1bed35cd09a85702ee3 /src/include | |
| parent | Get rid of early termination rule in all finite loops. (diff) | |
| parent | add (til) PEG special (diff) | |
Merge pull request #1528 from ianthehenry/til-peg-special
add (til) PEG special
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/janet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/janet.h b/src/include/janet.h index c91e5e60..7d99a1b8 100644 --- a/src/include/janet.h +++ b/src/include/janet.h @@ -2182,6 +2182,7 @@ typedef enum { RULE_UNREF, /* [rule, tag] */ RULE_CAPTURE_NUM, /* [rule, tag] */ RULE_SUB, /* [rule, rule] */ + RULE_TIL, /* [rule, rule] */ RULE_SPLIT, /* [rule, rule] */ RULE_NTH, /* [nth, rule, tag] */ RULE_ONLY_TAGS, /* [rule] */ |
