Home | History | Annotate | Download | only in ply

Lines Matching refs:lookaheadstack

284         lookaheadstack = [ ]             # Stack of lookahead symbols
334 # the next token off of the lookaheadstack or from the lexer
342 if not lookaheadstack:
345 lookahead = lookaheadstack.pop()
430 lookaheadstack.append(lookahead)
469 lookaheadstack.append(lookahead)
553 del lookaheadstack[:]
576 lookaheadstack.append(lookahead)
599 lookaheadstack = [ ] # Stack of lookahead symbols
645 # the next token off of the lookaheadstack or from the lexer
648 if not lookaheadstack:
651 lookahead = lookaheadstack.pop()
716 lookaheadstack.append(lookahead)
752 lookaheadstack.append(lookahead)
826 del lookaheadstack[:]
849 lookaheadstack.append(lookahead)
871 lookaheadstack = [ ] # Stack of lookahead symbols
917 # the next token off of the lookaheadstack or from the lexer
920 if not lookaheadstack:
923 lookahead = lookaheadstack.pop()
977 lookaheadstack.append(lookahead)
1007 lookaheadstack.append(lookahead)
1081 del lookaheadstack[:]
1104 lookaheadstack.append(lookahead)