Shift reduce parsing belongs to a class of
2013
Shift reduce parsing belongs to a class of
- A.
bottom up parsing
- B.
top down parsing
- C.
recursive parsing
- D.
predictive parsing
Attempted by 126 students.
Show answer & explanation
Correct answer: A
Shift-reduce parsing constructs a parse tree by processing input from the leaves up to the root symbol. This direction of derivation categorizes it strictly within bottom-up parsing techniques rather than top-down approaches.