You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scope needs to be implemented, which in turn gives us the ability to implement function calls. Every time we enter a new scope, we create a new symbol table and only read from it. Once a scope is exited, we close that symbol table.
The text was updated successfully, but these errors were encountered:
Scope needs to be implemented, which in turn gives us the ability to implement function calls. Every time we enter a new scope, we create a new symbol table and only read from it. Once a scope is exited, we close that symbol table.
The text was updated successfully, but these errors were encountered: