summaryrefslogtreecommitdiff
path: root/MLKLLVMCompiler.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-18 00:57:34 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-18 01:21:46 +0200
commiteade591251f3f3deaa3502d73b6803206fc69d2d (patch)
treeb1a76333c82eab3304c6cb4c6180a857b21e0ecf /MLKLLVMCompiler.h
parente7212b465a8d40ae4e5bff112887e3e8c210019f (diff)
MLKLLVMCompiler: Add -eval:.
Diffstat (limited to 'MLKLLVMCompiler.h')
-rw-r--r--MLKLLVMCompiler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MLKLLVMCompiler.h b/MLKLLVMCompiler.h
index 379d791..cf2823b 100644
--- a/MLKLLVMCompiler.h
+++ b/MLKLLVMCompiler.h
@@ -37,6 +37,8 @@ using namespace llvm;
+(id) compile:(id)object
inContext:(MLKLexicalContext *)context;
++(id) eval:(id)object;
+
+(void) processTopLevelForm:(id)object;
+(void) processTopLevelForm:(id)object
inMode:(enum MLKProcessingMode)mode;