factor/contrib/match/load.factor

11 lines
199 B
Factor

! Copyright (C) 2006 Chris Double.
! See http://factorcode.org/license.txt for BSD license.
PROVIDE: contrib/match
{ +files+ {
"match.factor"
"match.facts"
} }
{ +tests+ {
"tests.factor"
} } ;