Last updated 2 years ago
JS ⟩ concepts ⟩ compiler ⟩ parsing
2nd stage of compilation:
turns tokens -> AST (abstract syntax tree).
⛔️ early errors - errors on parsing stage.
YDKJS: Scope & Closures (v.2) ⟩ Ch. 1: What's the Scope?