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
Hm. I'm more interested in syncing the current JavaScript grammar with ECMA-262. In order to stay closer to that grammar, we may need a couple of features, including working on #15.
There are a couple of options:
a) Take a minor patch now like you propose. (open to this, but not excited about it)
b) Transform this issue into "Sync the ECMA-262 grammar", and keep it open
c) Open a new "Sync the ECMA-262 grammar" issue, and link this issue to it
I wanted to copy hex, octal and binary number literals from JavaScript grammar:
https://github.com/peggyjs/peggy/blob/main/examples/javascript.pegjs
And I think that there are missing octal and binary numbers. There are only hex numbers defined.
The text was updated successfully, but these errors were encountered: