Hi, everyone,

I'm working a on ES parser recently and noticed something might be wrong
about the symbol “Literal”.

Since “Literal” and “StringLiteral" "NumericLiteral" appears in lexical
grammar , I believe “Literal” should be a non-terminal symbol. Also there
is no other rule using “Literal” in lexical grammar. As all above I think
the following description is a syntactical grammar rule instead of
a lexical grammar rule:
*Literal **::
**    **NullLiteral*

*BooleanLiteral
NumericLiteral
StringLiteral*
*RegularExpressionLiteral*
So my suggest is moving the description from Annex A.1 to Annex A.3



Thanks,
Shaofei Cheng
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to