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:
@@ -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] */
|
||||
|
||||
Reference in New Issue
Block a user