Searched refs:add_production (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/ply/ply/
H A Dyacc.py1294 # Return the rightmost terminal from a list of symbols. Used in add_production()
1366 assert self.Productions == [None],"Must call set_precedence() before add_production()"
1374 # add_production()
1390 def add_production(self,prodname,syms,func=None,file='',line=0): member in class:Grammar
3122 grammar.add_production(prodname,syms,funcname,file,line)

Completed in 11 milliseconds