AST
AST stands for Abstract Syntax Tree. It is a tree representation of code. Everything is a node (., variable definition, ...). Each node has a type (CallExpression, TypeReference, ...)
AST stands for Abstract Syntax Tree. It is a tree representation of code. Everything is a node (., variable definition, ...). Each node has a type (CallExpression, TypeReference, ...)