]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/html/parser/analyzer/analyzer.factor
Updating code for make and fry changes
[factor.git] / extra / html / parser / analyzer / analyzer.factor
index 29ccc345d3ed763a01a4a837d2765cc30c2a1edd..b82b5662dc0a28adb3227338883d20983af48630 100755 (executable)
@@ -1,6 +1,7 @@
 USING: assocs html.parser kernel math sequences strings ascii
-arrays generalizations shuffle unicode.case namespaces splitting
-http sequences.lib accessors io combinators http.client urls ;
+arrays generalizations shuffle unicode.case namespaces make
+splitting http sequences.lib accessors io combinators
+http.client urls ;
 IN: html.parser.analyzer
 
 TUPLE: link attributes clickable ;