]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/http/parsers/parsers.factor
Updating code for make and fry changes
[factor.git] / basis / http / parsers / parsers.factor
index 2a31373951c47173143ccb228c8a2ab855340654..8e8e7358d1602eb273084f08eb47b286c9ba63d6 100644 (file)
@@ -1,8 +1,8 @@
 ! 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 unicode.case namespaces ascii ;
+USING: combinators.short-circuit math math.order math.parser
+kernel sequences sequences.deep peg peg.parsers assocs arrays
+hashtables strings unicode.case namespaces make ascii ;
 IN: http.parsers
 
 : except ( quot -- parser )