Syntax
    CommonToken ::
    IdentifierName
    Punctuator
    NumericLiteral
    StringLiteral
    Template

    NOTE
    DivPunctuator、RegularExpressionLiteral、RightBracePunctuator 和 TemplateSubstitutionTail 产生式派生出了CommonToken 产生式中没有包含的额外 tokens。

    The DivPunctuator, RegularExpressionLiteral, RightBracePunctuator, and TemplateSubstitutionTail productions derive additional tokens that are not included in the CommonToken production.