diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-09-10 13:15:09 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-09-10 13:15:09 -0700 |
| commit | 95ec009a7c6cfb2ae43e63e25744ff5f76b88bf5 (patch) | |
| tree | 9a542aa3cca2fb77e2bf769ab2fe96049de2ccd8 | |
| parent | 4769d6a1b7fa8be0f4a071565d08e67f8fca988d (diff) | |
a e s t h e t i c s
| -rw-r--r-- | bpeg.bpeg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ repeat = ( @[min]int _ `- _ @[max]int / @[min]{=>"0"} @[max]int _ `- / @[min]int _ `+ @[max](/) - / @[min] @[max]int + / @[min]@[max]int / `+ @[min]{=>"1"} @[max](/) / `* @[min]{=>"0"} @[max](/) / `? @[min]{=>"0"} @[max]{=>"1"} |
