🔰compilation
🚧 施工中
JS ⟩ compile
3 stages of compilation:
code generation: AST -> executable code.
JavaScript code is compiled first, and then execute. (not interpreted line by line)
compilation
creates a map of all the lexical scopes of the program.
stages of compilation:
⛔️ early errors - errors on code parsing stage.
code generation - AST -> executable code.
other topics
JS is compiled language.
Last updated
Was this helpful?