hide-top-rule-name
Matthew Butterick 6 years ago
parent b99869ca40
commit 7bf128c0cd

@ -170,7 +170,7 @@
[(and range? max) (string->number max)]
[(and (not range?) (not max)) (if (zero? min)
#f ; {} -> {0,}
min))] ; {3} -> {3,3}
min)] ; {3} -> {3,3}
[else #f])])
(cons min max))]))]
[else (raise-argument-error 'grammar-parse "unknown repetition operator" $2)]))

Loading…
Cancel
Save