Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align use of var keyword with the spec #299

Open
clementdessoude opened this issue Nov 26, 2019 · 1 comment
Open

Align use of var keyword with the spec #299

clementdessoude opened this issue Nov 26, 2019 · 1 comment

Comments

@clementdessoude
Copy link
Contributor

The var keyword is only allowed to be used as an Identifier in certain contexts and disallowed in others, this is currently not implemented by the parser.

(Extracted form #113)

@bd82
Copy link
Contributor

bd82 commented Nov 26, 2019

I think this could be implemented using token categories to create:

  • IdentifierButNotVar category.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants