factor/contrib/match/load.factor

11 lines
199 B
Factor
Raw Normal View History

! Copyright (C) 2006 Chris Double.
! See http://factorcode.org/license.txt for BSD license.
2006-10-21 02:40:38 -04:00
PROVIDE: contrib/match
{ +files+ {
"match.factor"
"match.facts"
2006-10-21 02:40:38 -04:00
} }
{ +tests+ {
"tests.factor"
} } ;