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

Missing tokens #76

Open
maciejhirsz opened this issue Jun 5, 2018 · 0 comments
Open

Missing tokens #76

maciejhirsz opened this issue Jun 5, 2018 · 0 comments

Comments

@maciejhirsz
Copy link
Member

maciejhirsz commented Jun 5, 2018

Apparently we are missing following tokens:

  • &&= should be OperatorLogicalAndAssign*
  • ||= should be OperatorLogicalOrAssign*
  • # ? proposed use for private fields
  • @ ? proposed use for decorators
  • :: should be OperatorBind
  • .. ? E4X specific, not sure if we even need it

Editing the enum will require altering all lookup tables, which is a bit of a chore.

* - those are apparently invalid in ECMAScript, some parsers recognize them internally as tokens but don't parse them.

@maciejhirsz maciejhirsz changed the title Missing tokens [easy] Missing tokens Jun 5, 2018
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

1 participant