]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/peg/parsers/parsers.factor
unicode: make this the API for all unicode things.
[factor.git] / basis / peg / parsers / parsers.factor
index 3feddd3447fe3942ae9495194e9c98913068fd49..23b262568df5bfbcaeae9c5dc6070490d3fa3149 100644 (file)
@@ -1,8 +1,7 @@
 ! Copyright (C) 2007, 2008 Chris Double, Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel sequences strings namespaces make math assocs
-vectors arrays math.parser accessors unicode.categories
-sequences.deep peg peg.private peg.search math.ranges words ;
+USING: accessors kernel make math math.parser math.ranges peg
+peg.private peg.search sequences strings unicode vectors ;
 IN: peg.parsers
 
 TUPLE: just-parser p1 ;