Skip to main content

4 docs tagged with "AST"

View All Tags

AST

AST is defined as: tree data struct to rep Source Code by organize JS Keywords for JS Engine. Topics on: JS Engine uses AST to check SyntaxError & generate Mach

Compilation

Compilation is defined as: (process) to converts AST into Machine Code. Topics on: Compile Time. Read more: JS, JS Concepts, JS Engine, JIT, JIT Compilation Flo

JS Interpreter

JS Interpreter is defined as: JS Engine Component to check AST for SyntaxError, handles ASI. Topics on: ASI. Read more: JS, JS Concepts, JS Engine, Interpretati

Parsing

Parsing is defined as: (process) to read Source Code & generate AST.. Topics on: AST. Read more: JS, JS Concepts, JS Engine, JIT, JIT Compilation Flow, Parsing,