Files
codeql/docs/codeql/reusables/abstract-syntax-tree.rst
2020-11-12 10:43:04 +00:00

1 line
208 B
ReStructuredText

The `abstract syntax tree (AST) <https://en.wikipedia.org/wiki/Abstract_syntax_tree>`__ represents the syntactic structure of a program. Nodes on the AST represent elements such as statements and expressions.