]> gitweb.factorcode.org Git - factor.git/commitdiff
Moving regexp.matchers back to regexp
authorDaniel Ehrenberg <littledan@Macintosh-122.local>
Tue, 10 Mar 2009 23:27:33 +0000 (18:27 -0500)
committerDaniel Ehrenberg <littledan@Macintosh-122.local>
Tue, 10 Mar 2009 23:27:33 +0000 (18:27 -0500)
basis/globs/globs.factor
basis/validators/validators.factor
basis/xmode/marker/marker.factor
extra/benchmark/regex-dna/regex-dna.factor

index 173187574b67f2e67195a70445d7393bd137a9ca..cac7fd9a2ff8056387fe96ca2c09f5585f543cbf 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2007, 2009 Slava Pestov, Daniel Ehrenberg.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: sequences kernel regexp.combinators regexp.matchers strings unicode.case
+USING: sequences kernel regexp.combinators strings unicode.case
 peg.ebnf regexp arrays ;
 IN: globs
 
index 740cf7db13c7b3d26aedb0ff1303a4d2068ee4e1..f0ee13dd382c205cd55806fc3097a290463cc5ee 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2006, 2008 Slava Pestov
 ! See http://factorcode.org/license.txt for BSD license.
 USING: kernel continuations sequences math namespaces make sets
-math.parser math.ranges assocs regexp regexp.matchers unicode.categories arrays
+math.parser math.ranges assocs regexp unicode.categories arrays
 hashtables words classes quotations xmode.catalog unicode.case ;
 IN: validators
 
index de1f4254ea510669202c8c7fb47cebfaa8e33b83..d3ad266b5d4688f7dfb933c53331ceac099e8e21 100755 (executable)
@@ -1,11 +1,11 @@
 ! Copyright (C) 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-IN: xmode.marker
 USING: kernel namespaces make xmode.rules xmode.tokens
 xmode.marker.state xmode.marker.context xmode.utilities
 xmode.catalog sequences math assocs combinators strings
-regexp splitting ascii unicode.case regexp.matchers
-ascii combinators.short-circuit accessors ;
+regexp splitting unicode.case
+combinators.short-circuit accessors ;
+IN: xmode.marker
 
 ! Next two words copied from parser-combinators
 ! Just like head?, but they optionally ignore case
index 29cb0b73578eceacdf2199c9b9d8c72334b6bdd2..5c11be357f790e8386b02cc50c9482a92ad9d2fa 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors regexp.matchers prettyprint io io.encodings.ascii
+USING: accessors prettyprint io io.encodings.ascii
 io.files kernel sequences assocs namespaces regexp ;
 IN: benchmark.regex-dna