]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/globs/globs.factor
Moving regexp.matchers back to regexp
[factor.git] / basis / globs / globs.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