LR-Parser
LR-Parser copied to clipboard
problem in LR(0) and SLR(1)
There are some issues in the Action Table. It doesn't accept the grammar and throws Null Pointer Exception while giving
S -> A
A -> a
this grammar as input in both of the Parser. SLR(1) shows accept in the Action Table but says not accepted while displaying the input.