summaryrefslogtreecommitdiff
path: root/MLKForm.m
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.m
parent8f594f969b0c495b098c833dba26d5cad93f7cd8 (diff)
LLVM compiler: Split function compilation from %LAMBDA form handling.
Diffstat (limited to 'MLKForm.m')
-rw-r--r--MLKForm.m10
1 files changed, 10 insertions, 0 deletions
diff --git a/MLKForm.m b/MLKForm.m
index c7ee3f5..30ae6ee 100644
--- a/MLKForm.m
+++ b/MLKForm.m
@@ -318,6 +318,16 @@
return _bodyForms;
}
+-(NSArray *) bodyForms
+{
+ return _bodyForms;
+}
+
+-(MLKLexicalContext *) bodyContext
+{
+ return _bodyContext;
+}
+
-(void) dealloc
{
LDESTROY (_body);