Home | History | Annotate | Download | only in sepolgen

Lines Matching refs:lookaheadstack

189         lookaheadstack = [ ]             # Stack of lookahead symbols
228 # the next token off of the lookaheadstack or from the lexer
232 if not lookaheadstack:
235 lookahead = lookaheadstack.pop()
303 lookaheadstack.append(lookahead)
305 lookaheadstack.append(_t)
373 del lookaheadstack[:]
396 lookaheadstack.append(lookahead)