What is shift_reduce parsing

The bottom_up style of parsing is called shift_reduce parsing. This parsing method is bottom_up because it attempts to construct a parse tree for an input string beginning at the leaves and working up towards the root.

 

Leave a Reply