LR-Parser icon indicating copy to clipboard operation
LR-Parser copied to clipboard

problem in LR(0) and SLR(1)

Open jamshaid120 opened this issue 5 years ago • 0 comments

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.

jamshaid120 avatar Dec 25 '19 10:12 jamshaid120