[Solved] How can I find all language specific tokens/lexicons for javascript? [closed]

The complete lexical specification for ECMAScript (aka JavaScript) can be found in Section 11 (Lexical Grammar) of ECMA 262. (New versions of ECMA-262 are released roughly annually, but the URL in that link — correct as of ECMAScript 2020 — should continue to work, or be easy to fix. I didn’t transcribe the list of … Read more