Computer Science, asked by lakshmidurgamomdad, 1 month ago

in shift reduce parser ,shift operation is performed

Answers

Answered by riya2215
1

Answer:

Sift reduce parsing performs the two actions: shift and reduce. That's why it is known as shift reduces parsing. At the shift action, the current symbol in the input string is pushed to a stack. At each reduction, the symbols will replaced by the non-terminals.

Explanation:

hope it's helps you

Similar questions