Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 378 Bytes

parser.md

File metadata and controls

14 lines (10 loc) · 378 Bytes

Parser

Tokens

  • whitespaces , \t, \n, \r.
  • ids, JavaScript ids
  • strings, "...", '...', `...`.
  • numbers, 56.76
  • symbols, {, }, :, ,, =, (, ), =>, &, |, &&, ||, <, >, <=, >=, ===, !==, !, +, -, *, **, ? etc.
  • comments // ...

Identifiers

https://mathiasbynens.be/notes/javascript-identifiers