mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
1 line
208 B
ReStructuredText
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. |