aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/include
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2025-02-03 19:07:08 -0800
committerGitHub <noreply@github.com>2025-02-03 19:07:08 -0800
commit410f8d69bc603558de987a0a4ba7877281f2a287 (patch)
treec737691bf8f2def92eb9d1bed35cd09a85702ee3 /src/include
parentGet rid of early termination rule in all finite loops. (diff)
parentadd (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.h1
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] */