summaryrefslogtreecommitdiff
path: root/MLKForm.h
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-10-01 17:12:28 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-10-01 17:12:28 +0200
commitae56a5092dd6a39042a0518c59736cd9dbbeb0ba (patch)
tree60e825da33bd8dd759c4c991cd40da22dc1d7526 /MLKForm.h
parent8f594f969b0c495b098c833dba26d5cad93f7cd8 (diff)
LLVM compiler: Split function compilation from %LAMBDA form handling.
Diffstat (limited to 'MLKForm.h')
-rw-r--r--MLKForm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MLKForm.h b/MLKForm.h
index 24d4920..60b5428 100644
--- a/MLKForm.h
+++ b/MLKForm.h
@@ -99,6 +99,8 @@
-(void) splitDeclarationsAndBody:(id)object;
-(void) processBody:(id)object inContext:(MLKLexicalContext *)context;
-(void) processBody:(id)object;
+-(NSArray *) bodyForms;
+-(MLKLexicalContext *) bodyContext;
@end