Files
codeql/docs/language/reusables/abstract-syntax-tree.rst
2020-05-20 16:16:14 +01: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.