summaryrefslogtreecommitdiff
path: root/MLKLexicalEnvironment.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKLexicalEnvironment.h')
-rw-r--r--MLKLexicalEnvironment.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/MLKLexicalEnvironment.h b/MLKLexicalEnvironment.h
index b8efed3..a97d5b9 100644
--- a/MLKLexicalEnvironment.h
+++ b/MLKLexicalEnvironment.h
@@ -33,7 +33,11 @@
-(MLKLexicalEnvironment *) initWithParent:(MLKLexicalEnvironment *)aContext
variables:(NSDictionary *)vars
- functions:(NSDictionary *)handlers;
+ functions:(NSDictionary *)functions;
+
++(MLKLexicalEnvironment *) environmentWithParent:(MLKLexicalEnvironment *)context
+ variables:(NSDictionary *)vars
+ functions:(NSDictionary *)functions;
+(MLKLexicalEnvironment *) globalEnvironment;