output of syntax analysis
syntax tree
abstract syntax tree
Answers
Answered by
0
An abstract syntax tree is usually the result of the syntax analysis phase of a compiler. It often serves as an intermediate representation of the program through several stages that the compiler requires, and has a strong impact on the final output of the compiler.
Similar questions