]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/peg/parsers/parsers.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / peg / parsers / parsers.factor
index 93f407681e04f418c2ea02c979984cba7b482a28..850b585190646384904f7ec17f1785f7c593dc61 100644 (file)
@@ -51,7 +51,7 @@ PRIVATE>
   dup zero? [
     2drop epsilon
   ] [
-    [ exactly-n ] [ 1- at-most-n ] 2bi 2choice
+    [ exactly-n ] [ 1 - at-most-n ] 2bi 2choice
   ] if ;
 
 : at-least-n ( parser n -- parser' )