Skip to main content

4 docs tagged with "Parsing"

View All Tags

ASI

ASI is defined as: (process) to auto insert missing semicolons in Parsing - ☠2;!. Topics on: . Read more: JS, JS Concepts, JS Engine, Interpretation, JS Interpr

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

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,

SyntaxError

SyntaxError is defined as: Exception due to incorrect JS Syntax, will throw at Parsing/Compilation phase of Source Code. Topics on: . Read more: JS, JS Language