1
0
mirror of https://github.com/janet-lang/janet synced 2025-12-12 11:38:08 +00:00

Merge pull request #1528 from ianthehenry/til-peg-special

add (til) PEG special
This commit is contained in:
Calvin Rose
2025-02-03 19:07:08 -08:00
committed by GitHub
3 changed files with 82 additions and 0 deletions

View File

@@ -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] */