Lines Matching full:consume
213 self.input.consume()
229 self.input.consume()
238 # we have no information about the follow; we can only consume
270 3. consume until token found in resynch set
464 # consumed; consume a single token so at least to prevent
466 input.consume()
508 thing to do is to consume tokens until you see something that
511 input might just be missing a token--you might consume the
552 we resync'd to that token, we'd consume until EOF. We need to
555 not consume anything and after printing an error rule c would
560 the same recovery set and doesn't consume anything. Rule b
706 input.consume() # simply delete extra token
716 input.consume()
802 Consume tokens until one matches the given token or token set
813 input.consume()
1200 self.input.consume()
1208 self.recover(mte) # don't really recover; just consume in lexer
1211 self.input.consume()
1215 self.input.consume()
1227 self.input.consume()
1340 self.input.consume()