Home | History | Annotate | Download | only in sepolgen

Lines Matching refs:lr_next

543 #       lr_next  - Next LR item. Example, if we are ' E -> E . PLUS E'
544 # then lr_next refers to 'E -> E PLUS . E'
982 lastlri.lr_next = lri
1196 J.append(x.lr_next)
1224 n = p.lr_next
1247 C = [ lr0_closure([Productions[0].lr_next]) ]