diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-07-30 19:24:35 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-07-30 19:24:35 -0700 |
| commit | ba6ee18ded5e76e852dd7eab89e6cc2b420b42d2 (patch) | |
| tree | 8a238dbfcf91766ee3b882d8c87a9587ca107119 /grammars | |
| parent | 18e8a131f58a54008512b05062382900027bf1d9 (diff) | |
Added strict mode for upto operator: ..=Abc
Diffstat (limited to 'grammars')
| -rw-r--r-- | grammars/bp.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grammars/bp.bp b/grammars/bp.bp index 37fa83f..977fce8 100644 --- a/grammars/bp.bp +++ b/grammars/bp.bp @@ -51,7 +51,7 @@ Nodent: "\N" Word-boundary: "\b" Identifier-char: "\i" Identifier-start: "\I" -Upto-and: ".." [__`%__@second=simple-pat] [__@first=simple-pat] +Upto-and: ".." [__(`%/`=)__@second=simple-pat] [__@first=simple-pat] Repeat: ( @min=(=>'0') (`*=>"-") @max=(=>'∞') / @min=int __ `- __ @max=int |
