]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/peg/peg.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / peg / peg.factor
index 7470592d88b2f644339e0e3995b007deac843da4..ca1a795f0a02585f5a9041bbddc4988b302fd589 100644 (file)
@@ -345,7 +345,7 @@ TUPLE: token-parser symbol ;
         [ seq>> pos get swap ] dip "'" "'" surround 1vector add-error f
     ] if ;
 
-M: token-parser (compile) ( peg -- quot )
+M: token-parser (compile)
     symbol>> '[ input-slice _ parse-token ] ;
 
 TUPLE: satisfy-parser quot ;