Abstract syntax tree

This is an old revision of this page, as edited by Emperorbma (talk | contribs) at 04:37, 24 August 2004 (fmt). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computer science, abstract syntax tree (AST) is a data structure representing something which has been parsed, often used as a compiler or interpreter's internal representation of a computer program while it is being optimized and from which code generation is performed. The range of all possible such structures is described by the abstract syntax.

See also

References

This article is based on material taken from the Free On-line Dictionary of Computing prior to 1 November 2008 and incorporated under the "relicensing" terms of the GFDL, version 1.3 or later.