summaryrefslogtreecommitdiff
path: root/MLKForm.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKForm.m')
-rw-r--r--MLKForm.m5
1 files changed, 5 insertions, 0 deletions
diff --git a/MLKForm.m b/MLKForm.m
index 3821886..94df172 100644
--- a/MLKForm.m
+++ b/MLKForm.m
@@ -100,6 +100,11 @@
return freeVariables;
}
+-(MLKLexicalContext *) context
+{
+ return _context;
+}
+
-(void) dealloc
{
LDESTROY (_form);