mirror of
https://github.com/github/codeql.git
synced 2026-04-23 07:45:17 +02: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. |