diff --git a/basis/xml/syntax/syntax.factor b/basis/xml/syntax/syntax.factor index abe0f90738..f39592036c 100644 --- a/basis/xml/syntax/syntax.factor +++ b/basis/xml/syntax/syntax.factor @@ -1,10 +1,11 @@ ! Copyright (C) 2005, 2009 Daniel Ehrenberg ! See http://factorcode.org/license.txt for BSD license. -USING: words assocs kernel accessors parser sequences summary -lexer splitting combinators locals xml.data memoize sequences.deep -xml.data xml.state xml namespaces present arrays generalizations strings -make math macros multiline inverse combinators.short-circuit -sorting fry unicode.categories ; +USING: words assocs kernel accessors parser effects.parser +sequences summary lexer splitting combinators locals xml.data +memoize sequences.deep xml.data xml.state xml namespaces present +arrays generalizations strings make math macros multiline +inverse combinators.short-circuit sorting fry unicode.categories +effects ; IN: xml.syntax SYNTAX: TAGS: - CREATE complete-effect + CREATE-WORD complete-effect [ drop H{ } clone "xtable" set-word-prop ] [ define-tags ] 2bi ;