From cb23a76bbd3b7b1ccf4a5ec8894437e449a9047d Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 27 Jun 2008 12:44:25 +0200 Subject: MLKInterpreter: Implement the %LAMBDA operator. --- MLKClosure.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'MLKClosure.h') diff --git a/MLKClosure.h b/MLKClosure.h index e8a20d4..8fd30d7 100644 --- a/MLKClosure.h +++ b/MLKClosure.h @@ -17,9 +17,12 @@ */ #import "MLKLispValue.h" +#import "MLKEnvironment.h" #import "MLKFuncallable.h" +#import "MLKFunction.h" -@class MLKFunction, NSArray, NSData; +#import +#import @interface MLKClosure : MLKLispValue -- cgit v1.2.3