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
identifier is defined differently in standard. I can see that current standard introduced "identifier-start" and "identifier-continue" which makes it very difficult to express. However, this is part of lexer procedure and it may not be a concern of grammar for parser part.
The text was updated successfully, but these errors were encountered:
identifier is defined differently in standard. I can see that current standard introduced "identifier-start" and "identifier-continue" which makes it very difficult to express. However, this is part of lexer procedure and it may not be a concern of grammar for parser part.
The text was updated successfully, but these errors were encountered: