next up previous
Next: Nodes Up: The Basics Previous: The Basics

ASTs

An abstract syntax tree (AST) is a structure that holds all of the important information of a program in a tree format loosely corresponding to the syntax of the language. Each node in the AST corresponds to some syntactic element of the program.



 

Calvin Lin
2002-01-31