Skip to content

Lexicon Entry

AST (Abstract Syntax Tree)

A tree representation of the syntactic structure of source code. Each node represents a construct (e.g., binary expression, function declaration).