Lines Matching full:consume
59 def consume(self):
385 def consume(self):
477 consume() ahead until p==index; can't just set p=index as we must
485 # seek forward, consume until p hits index
487 self.consume()
649 # to consume). p==-1 indicates that the tokens list is empty
722 def consume(self):
725 must become active with LT(1) available. consume() simply
727 input symbol. Consume at least one token.