]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/html/templates/chloe/compiler/compiler.factor
Updating code for make and fry changes
[factor.git] / basis / html / templates / chloe / compiler / compiler.factor
index 044d2edb90b79bd76738059b05424cfdac3bb355..f32923f6207e922d8c7bd72489b5dd6d43a53f4c 100644 (file)
@@ -1,8 +1,9 @@
 ! Copyright (C) 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: assocs namespaces kernel sequences accessors combinators
-strings splitting io io.streams.string present xml.writer
-xml.data xml.entities html.forms html.templates.chloe.syntax ;
+USING: assocs namespaces make kernel sequences accessors
+combinators strings splitting io io.streams.string present
+xml.writer xml.data xml.entities html.forms
+html.templates.chloe.syntax ;
 IN: html.templates.chloe.compiler
 
 : chloe-attrs-only ( assoc -- assoc' )