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
If there's a syntax error in the program then the parser just gives up, with no error to indicate that there's a problem. You get the rules that it successfully parsed. I would expect an error message which at least points at the problematic line.