AST
From APIDesign
(Difference between revisions)
JaroslavTulach (Talk | contribs)
(New page: AST stands for Abstract Syntax Tree and is used in compilers (like JavaC) to represent structure of the program before final (in this case [[...)
Next diff →
Revision as of 20:09, 21 March 2013
AST stands for Abstract Syntax Tree and is used in compilers (like JavaC) to represent structure of the program before final (in this case ByteCode) form is emitted.