Tuesday, November 21, 2023

Bottom-up Parsing involves...................

(*Bottom-up Parsing involves)


Answer: Shift Reduce and Handle Pruning

BOTTOM-UP PARSING constructs a parse tree for an input string beginning at the leaves and working up towards the root.

Bottom-up parsing is also called shift-and-reduce parsing

HANDLE PRUNING is the general approach used in shift-and-reduce parsing.

No comments:

Post a Comment