(*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.
0 comments:
Post a Comment