Implements binding and evaluating function declarations
This commit is contained in:
@@ -32,6 +32,10 @@ public:
|
||||
int GetDeepestScope(){
|
||||
return _deepestScope;
|
||||
}
|
||||
|
||||
int GetCurrentScope(){
|
||||
return _currentScope;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user