summaryrefslogtreecommitdiff
path: root/MLKLLVMCompiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKLLVMCompiler.h')
-rw-r--r--MLKLLVMCompiler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/MLKLLVMCompiler.h b/MLKLLVMCompiler.h
index c0e9e7c..a57a33f 100644
--- a/MLKLLVMCompiler.h
+++ b/MLKLLVMCompiler.h
@@ -17,6 +17,7 @@
*/
#import "MLKForm.h"
+#import "MLKInterpreter.h"
#import "MLKLexicalContext.h"
#import <Foundation/NSObject.h>
@@ -35,6 +36,8 @@ using namespace llvm;
inContext:(MLKLexicalContext *)context;
+(void) processTopLevelForm:(id)object;
++(void) processTopLevelForm:(id)object
+ inMode:(enum MLKProcessingMode)mode;
#ifdef __cplusplus
+(Value *) processForm:(MLKForm *)form;