]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/regexp/parser/parser.factor
Merge qualified, alias, symbols, constants into core
[factor.git] / basis / regexp / parser / parser.factor
index 4d8f3ddfbc7e29c96a7e20880a9b7d63b88a566d..25509ec798b655c6b5ad311dba3664c81cbaa571 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays assocs combinators io io.streams.string
-kernel math math.parser namespaces qualified sets
-quotations sequences splitting symbols vectors math.order
+kernel math math.parser namespaces sets
+quotations sequences splitting vectors math.order
 unicode.categories strings regexp.backend regexp.utils
 unicode.case words locals regexp.classes ;
 IN: regexp.parser