Back to Questions
CSS Computer Science
QUESTION #1131
Question 1
Which phase of compiler is responsible for abstract syntax tree (AST) generation?
Correct Answer Explanation
The Syntax Analysis phase (parsing) takes tokens from lexical analysis and generates a hierarchical structure, typically an AST.
Sign in to join the conversation and share your thoughts.
Log In to Comment