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.
Last updated
Was this helpful?