Home | History | Annotate | Download | only in ply

Lines Matching refs:pslice

288         pslice  = YaccProduction(None)   # Production object passed to grammar rules
300 # Set up the lexer and parser objects on pslice
301 pslice.lexer = lexer
302 pslice.parser = self
321 pslice.stack = symstack # Put in the production
415 pslice.slice = targ
421 p.callable(pslice)
423 debug.info("Result : %s", format_result(pslice[0]))
456 pslice.slice = targ
460 p.callable(pslice)
462 debug.info("Result : %s", format_result(pslice[0]))
603 pslice = YaccProduction(None) # Production object passed to grammar rules
611 # Set up the lexer and parser objects on pslice
612 pslice.lexer = lexer
613 pslice.parser = self
632 pslice.stack = symstack # Put in the production
704 pslice.slice = targ
710 p.callable(pslice)
742 pslice.slice = targ
746 p.callable(pslice)
875 pslice = YaccProduction(None) # Production object passed to grammar rules
883 # Set up the lexer and parser objects on pslice
884 pslice.lexer = lexer
885 pslice.parser = self
904 pslice.stack = symstack # Put in the production
965 pslice.slice = targ
971 p.callable(pslice)
997 pslice.slice = targ
1001 p.callable(pslice)