From 0a8fb3e5f39222ce9d0bd445c654340bedb3069c Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 22 Mar 2009 21:38:06 -0500 Subject: [PATCH] xml.syntax: update for syntax change --- basis/xml/syntax/syntax.factor | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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 ;