]> gitweb.factorcode.org Git - factor.git/commitdiff
peg.parsers: use splitting.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 26 Sep 2019 14:57:31 +0000 (07:57 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 26 Sep 2019 14:57:31 +0000 (07:57 -0700)
basis/peg/parsers/parsers.factor

index bf3eb0e12eed2927dfe89860d88283780e251bcc..c660d20e4586988349d936e1cf51a52756957982 100644 (file)
@@ -1,10 +1,9 @@
 ! Copyright (C) 2007, 2008 Chris Double, Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-
-USING: accessors kernel literals make math math.parser
-math.ranges peg peg.private peg.search sequences strings unicode
+USING: accessors fry kernel literals make math math.parser
+math.ranges peg peg.private sequences splitting strings unicode
 vectors ;
-
+FROM: peg.search => replace ;
 IN: peg.parsers
 
 TUPLE: just-parser p1 ;