Compiler Design

Select the accurate description of Top-down parsing.

Correct answer

B. A parsing strategy that builds a parse tree starting from the start symbol and working down toward the input tokens.

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.