]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/peg/peg.factor
unicode: make this the API for all unicode things.
[factor.git] / basis / peg / peg.factor
index 1ac261494b372218c3b743b9121dae5ce78417e2..f0545a17a37944497b8a5b3de015ce7288a5d054 100644 (file)
@@ -3,8 +3,7 @@
 USING: accessors arrays assocs classes combinators
 combinators.short-circuit compiler.units effects.parser fry
 generalizations kernel locals make math math.order namespaces
-quotations sequences sets splitting unicode.categories vectors
-words ;
+quotations sequences sets splitting unicode vectors words ;
 IN: peg
 
 TUPLE: parse-result remaining ast ;