Home | History | Annotate | Download | only in ply

Lines Matching refs:lr_next

1176         self.lr_next = None
1260 # lr_next Next LR item. Example, if we are ' expr -> expr . PLUS term'
1261 # then lr_next refers to 'expr -> expr PLUS . term'
1797 lastlri.lr_next = lri
1989 J.append(x.lr_next)
2017 n = p.lr_next
2038 C = [ self.lr0_closure([self.grammar.Productions[0].lr_next]) ]