aboutsummaryrefslogtreecommitdiff
path: root/bpeg.bpeg
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-09-10 13:15:09 -0700
committerBruce Hill <bruce@bruce-hill.com>2020-09-10 13:15:09 -0700
commit95ec009a7c6cfb2ae43e63e25744ff5f76b88bf5 (patch)
tree9a542aa3cca2fb77e2bf769ab2fe96049de2ccd8 /bpeg.bpeg
parent4769d6a1b7fa8be0f4a071565d08e67f8fca988d (diff)
a e s t h e t i c s
Diffstat (limited to 'bpeg.bpeg')
-rw-r--r--bpeg.bpeg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpeg.bpeg b/bpeg.bpeg
index ba50e51..4f55383 100644
--- a/bpeg.bpeg
+++ b/bpeg.bpeg
@@ -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"}