diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-09-10 03:20:07 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-09-10 03:20:07 -0700 |
| commit | aa0b8fc59168c9b86eeae311702133a0b896d2c8 (patch) | |
| tree | ab6f4e61aab81e29da95092edbd0a33e09feb30e /bpeg.bpeg | |
| parent | ace2f9f178dd25bee4d9de661050c7ca6a9187e6 (diff) | |
Added multiline variants of operators
Diffstat (limited to 'bpeg.bpeg')
| -rw-r--r-- | bpeg.bpeg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,8 +26,8 @@ escapeSequence = ( /`a/`b/`e/`n/`r/`t/`v / . / \n ); no = `! _ @pat; -anythingBut = `~ _ @pat; -uptoAnd = `& _ @pat; +anythingBut = `~ ?`~ _ @pat; +uptoAnd = `& ?`& _ @pat; repeat = ( @[min]int _ `- _ @[max]int / @[min]{->"0"} @[max]int _ `- |
