Last updated 2 years ago
Was this helpful?
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?