mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +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. |