factor/contrib/xml/load.factor

14 lines
289 B
Factor
Raw Normal View History

2006-11-09 16:01:57 -05:00
! Copyright (C) 2005, 2006 Daniel Ehrenberg
! See http://factorcode.org/license.txt for BSD license.
PROVIDE: contrib/xml
{ +files+ {
"tokenizer.factor"
"parser.factor"
"writer.factor"
"utilities.factor"
"xml.facts"
} }
{ +tests+ {
"test.factor"
} } ;