Abstract Syntax Tree

An Abstract Syntax Tree (AST) is a hierarchical, tree-like representation of the abstract syntactic structure of source code, used extensively in Compilers. It condenses a Program into its fundamental components, reflecting the essential relationships within the code.

See also

Linked from: 3ac, Parse Tree, Parser, Parsing
0
7 views
1 week ago