Loading page…
A tree representation of the syntactic structure of source code, used by compilers and interpreters.
The AST captures the grammatical relationships in code, such as "this function contains an if statement." It does not include parentheses or formatting, only meaning.