Translations:Development/KDevelop-PG-Qt Introduction/15/en

From KDE TechBase

AST stands for Abstract Syntax Tree. It defines the data structure in which the parse tree is saved. Each node is a struct with the postfix Ast, which contains members that point to any possible sub elements.