Compiler Design

Which concept is defined as follows: a parsing strategy that builds a parse tree starting from the input tokens and working up toward the start symbol?

Correct answer

D. Bottom-up parsing

Explanation

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