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
There's already a TODO there to fix that. Since no other expression can represent a function, it's safe for the parser to reject any expression that is not an identifier. This makes extracting the name of the function called much easier in later compiler phases.