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?
- A. Linker
- B. Peephole optimization
- C. Just-in-time (JIT) compilation
- D. Bottom-up parsing ✓
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.