Compiler Design

The following statement describes a specific concept. What is it called? a parsing strategy that builds a parse tree starting from the start symbol and working down toward the input tokens.

Correct answer

B. Top-down parsing

Explanation

Top-down parsing refers to a parsing strategy that builds a parse tree starting from the start symbol and working down toward the input tokens.