From 428aa889649c3688240a14a4f291b8a2be1e2ae8 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 12 Aug 2008 19:18:52 +0200 Subject: MLKLexicalContext: Add management of user-defined function and variable properties. --- MLKLLVMCompiler.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'MLKLLVMCompiler.h') diff --git a/MLKLLVMCompiler.h b/MLKLLVMCompiler.h index 4f167bb..7a38679 100644 --- a/MLKLLVMCompiler.h +++ b/MLKLLVMCompiler.h @@ -19,6 +19,7 @@ #import "MLKForm.h" #import "MLKInterpreter.h" #import "MLKLexicalContext.h" +#import "MLKLexicalContext-MLKLLVMCompilation.h" #import #import @@ -68,13 +69,4 @@ using namespace llvm; @interface MLKForm (MLKLLVMCompilation) -(Value *) processForLLVM; @end - - -@interface MLKLexicalContext (MLKLLVMCompilation) --(BOOL) isHeapVariable:(id)name; --(Value *) functionCellForSymbol:(id)name; --(Value *) closureDataPointerForSymbol:(id)name; --(Value *) bindingForSymbol:(id)name; --(Value *) valueForSymbol:(id)name; -@end #endif -- cgit v1.2.3