summaryrefslogtreecommitdiff
path: root/MLKLexicalContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKLexicalContext.h')
-rw-r--r--MLKLexicalContext.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/MLKLexicalContext.h b/MLKLexicalContext.h
index 949bcff..c4aafc2 100644
--- a/MLKLexicalContext.h
+++ b/MLKLexicalContext.h
@@ -81,6 +81,9 @@
-(id) goTagForSymbol:(MLKSymbol *)symbol;
+-(id) declarations;
+-(void) addDeclaration:(id)declaration;
+
// FIXME?
//-(MLKLexicalEnvironment *) instantiateWithVariables:(NSDictionary *)variables
// functions:(NSDictionary *)functions;