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
Implement symbol table and "variable not declared" error
Description:
An error message must be printed when a "variable not declared" or "variable not declared in scope" error occurs.
For now we will implement Panic-Mode Error Recovery. This can be upgraded in the future.
The text was updated successfully, but these errors were encountered:
Implement symbol table and "variable not declared" error
Description:
An error message must be printed when a "variable not declared" or "variable not declared in scope" error occurs.
For now we will implement Panic-Mode Error Recovery. This can be upgraded in the future.
The text was updated successfully, but these errors were encountered: