X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fxml%2Ftokenize%2Ftokenize.factor;h=77f5f8d917d5d16a53383b81a8325149ceb0c0f9;hp=4efbc1d20dd3e958b66c56a3e361d2eea8b5dc8a;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/basis/xml/tokenize/tokenize.factor b/basis/xml/tokenize/tokenize.factor index 4efbc1d20d..77f5f8d917 100644 --- a/basis/xml/tokenize/tokenize.factor +++ b/basis/xml/tokenize/tokenize.factor @@ -1,9 +1,9 @@ ! Copyright (C) 2005, 2009 Daniel Ehrenberg ! See http://factorcode.org/license.txt for BSD license. -USING: accessors arrays ascii assocs combinators -combinators.short-circuit fry hints io kernel locals math -math.parser namespaces sbufs sequences splitting strings -xml.char-classes xml.entities xml.errors xml.state ; +USING: accessors ascii assocs combinators +combinators.short-circuit hints io kernel math math.parser +namespaces sbufs sequences splitting strings xml.char-classes +xml.entities xml.errors xml.state ; IN: xml.tokenize ! * Basic utility words