summaryrefslogtreecommitdiff
path: root/MLKInterpreter.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-07-02 14:49:02 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-07-02 14:49:02 +0200
commit6b498f0726a38efc7802dad29a47633ad5aed6e7 (patch)
tree1fbe420d5dc6feb6cf1c05ef07b667c9628313f2 /MLKInterpreter.h
parente2b4ef8369024d4cc4749f4262e8d39a59e3859d (diff)
Interpreter: Implement SET and %FSET.
Diffstat (limited to 'MLKInterpreter.h')
-rw-r--r--MLKInterpreter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MLKInterpreter.h b/MLKInterpreter.h
index b96722f..788dfe1 100644
--- a/MLKInterpreter.h
+++ b/MLKInterpreter.h
@@ -17,12 +17,12 @@
*/
#import "MLKStream.h"
+#import "MLKLexicalContext.h"
+#import "MLKLexicalEnvironment.h"
#import <Foundation/NSArray.h>
#import <Foundation/NSObject.h>
-@class MLKLexicalContext, MLKLexicalEnvironment;
-
@interface MLKInterpreter : NSObject
+(void) initialize;