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

WhiteSpace/LineTerminator/LineTerminatorSequence definitions are not rendered properly #1222

Open
arai-a opened this Issue Jun 11, 2018 · 0 comments

Comments

Projects
None yet
1 participant
@arai-a

arai-a commented Jun 11, 2018

https://tc39.github.io/ecma262/#prod-WhiteSpace

WhiteSpace::
  <TAB> <VT> <FF> <SP> <NBSP> <ZWNBSP> <USP>

https://tc39.github.io/ecma262/#prod-LineTerminator

LineTerminator::
  <LF> <CR> <LS> <PS>

https://tc39.github.io/ecma262/#prod-LineTerminatorSequence

LineTerminatorSequence::
  <LF> <CR> [lookahead ≠ <LF> ]
  <LS> <PS> <CR> <LF>

items are not wrapped.
they make ECMAScript hard to write.

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