factor/contrib/xml/load.factor

15 lines
314 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+ {
2006-11-18 01:01:11 -05:00
"char-class.factor"
2006-11-09 16:01:57 -05:00
"tokenizer.factor"
"parser.factor"
"writer.factor"
"utilities.factor"
"xml.facts"
} }
{ +tests+ {
"test.factor"
} } ;