]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/regexp/regexp.factor
factor: Move math.ranges => ranges.
[factor.git] / basis / regexp / regexp.factor
index de033c8abc041191fed81f9a2c544d5380f67480..a421d262652b339f347501b71db2e933c728baa2 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2008, 2009 Doug Coleman, Daniel Ehrenberg.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays compiler.units kernel kernel.private
-lexer make math math.ranges namespaces regexp.ast
+lexer make math ranges namespaces regexp.ast
 regexp.compiler regexp.negation regexp.parser sequences
 sequences.private splitting strings vocabs.loader words ;
 IN: regexp