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
The globalSymbolTable is currently being defined in parser and a copy of it is sent to codegen. Instead, we should make it in driver and send the pointer of it to parser and codegen.