Lines Matching +full:detect +full:- +full:newline
1 # Copyright 2004-2005 Elemental Security, Inc. All Rights Reserved.
67 # A symbol name (a non-terminal)
98 # An operator (any non-numeric token)
117 self.first[name] = None # dummy to detect left recursion
148 # MSTART: (NEWLINE | RULE)* ENDMARKER
150 while self.type == token.NEWLINE:
152 # RULE: NAME ':' RHS NEWLINE
156 self.expect(token.NEWLINE)
217 print " -> %d" % j
219 print " %s -> %d" % (label, j)
226 print " %s -> %d" % (label, dfa.index(next))
369 # Equality test -- ignore the nfaset instance variable