X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fhttp%2Fparsers%2Fparsers.factor;h=3499ee6ca34b8337b866c454d570e8d445863f53;hp=8273d5533990fe3e67ad6a18aaa21562445da66a;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/basis/http/parsers/parsers.factor b/basis/http/parsers/parsers.factor index 8273d55339..3499ee6ca3 100644 --- a/basis/http/parsers/parsers.factor +++ b/basis/http/parsers/parsers.factor @@ -1,8 +1,7 @@ ! Copyright (C) 2008 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. -USING: combinators.short-circuit math math.order math.parser -kernel sequences sequences.deep peg peg.parsers assocs arrays -hashtables strings namespaces make ascii ; +USING: arrays ascii combinators.short-circuit kernel make +math.parser peg peg.parsers sequences sequences.deep strings ; IN: http.parsers : except ( quot -- parser )