JavaScript 原子常量 Atom
输入
InputElementDiv ::
-
WhiteSpace
-
LineTerminator
-
Comment
-
CommonToken
-
DivPunctuator
-
RightBracePunctuator
InputElementRegExp ::
- WhiteSpace
- LineTerminator
- Comment
- CommonToken
- RightBracePunctuator
- RegularExpressionLiteral
InputElementRegExpOrTemplateTail
- WhiteSpace
- LineTerminator
- Comment
- CommonToken
- RegularExpressionLiteral
- TemplateSubstitutionTail
InputElementTemplateTail ::
- WhiteSpace
- LineTerminator
- Comment
- CommonToken
- DivPunctuator
- TemplateSubstitutionTail
声明
Identifiers ::
这个东西也不少,就是声明 var const let this 这些,还有一些 reserve words,具体去 ecma-262 的 section 12去看就好。