Abstract syntax tree: Difference between revisions

Content deleted Content added
Undid revision 1103620663 by 183.87.63.38 (talk) - not an improvement
Line 47:
 
After verifying correctness, the AST serves as the base for code generation. The AST is often used to generate an intermediate representation (IR), sometimes called an [[intermediate language]], for the code generation.
 
 
== Other usages ==