Home
last modified time | relevance | path

Searched refs:lrtab (Results 1 – 1 of 1) sorted by relevance

/external/libmojo/third_party/ply/
Dyacc.py240 def __init__(self,lrtab,errorf): argument
241 self.productions = lrtab.lr_productions
242 self.action = lrtab.lr_action
243 self.goto = lrtab.lr_goto