2006-09-06 17:01:38 -04:00
|
|
|
REQUIRES: contrib/lazy-lists contrib/parser-combinators ;
|
2006-10-21 02:40:38 -04:00
|
|
|
PROVIDE: contrib/lambda
|
|
|
|
{ +files+ {
|
2006-08-09 01:57:56 -04:00
|
|
|
"nodes.factor"
|
|
|
|
"parser.factor"
|
2006-08-21 00:35:06 -04:00
|
|
|
"core.factor"
|
2006-08-06 20:31:29 -04:00
|
|
|
"lambda.factor"
|
2006-10-21 02:40:38 -04:00
|
|
|
} }
|
|
|
|
{ +tests+ {
|
2006-08-06 20:31:29 -04:00
|
|
|
"test/lambda.factor"
|
2006-10-21 02:40:38 -04:00
|
|
|
} } ;
|
2006-10-19 22:41:20 -04:00
|
|
|
|
|
|
|
USE: lambda
|
|
|
|
MAIN: contrib/lambda lambda ;
|