2006-08-23 19:05:25 -04:00
|
|
|
REQUIRES: lazy-lists parser-combinators ;
|
2006-08-09 01:57:56 -04:00
|
|
|
PROVIDE: lambda {
|
|
|
|
"nodes.factor"
|
|
|
|
"parser.factor"
|
2006-08-21 00:35:06 -04:00
|
|
|
"core.factor"
|
2006-08-06 20:31:29 -04:00
|
|
|
"lambda.factor"
|
|
|
|
} {
|
|
|
|
"test/lambda.factor"
|
|
|
|
} ;
|