Abstract syntax tree: Difference between revisions

Content deleted Content added
Dcoetzee (talk | contribs)
Added stub notice
Dcoetzee (talk | contribs)
m Added links
Line 1:
'''Abstract syntax tree''' (AST) is a data structure representing something which has been parsed, often used as a [[compiler (computing)|compiler]] or [[interpreter (computing)|interpreter]]'s internal [[intermediate representation|representation]] of a [[computer program]] while it is being optimised[[compiler optimization|optimized]] and from which code generation is performed. The range of all possible such structures is described by the [[abstract syntax]].
 
This article is a [[Wikipedia:Perfect stub article|stub]]. You can help Wikipedia by [[Wikipedia:Find or fix a stub|fixing it]].