Lines Matching refs:accept
49 eot, eof, min, max, accept, special, transition
59 self.accept = accept
87 if self.accept[s] >= 1:
88 #print "accept state for alt %d" % self.accept[s]
89 return self.accept[s]
108 if self.eot[s] >= 0: # EOT Transition to accept state?
109 #print "EOT trans to accept state %d" % self.eot[s]
113 # TODO: I had this as return accept[eot[s]]
115 # went to an accept...faster to do this, but
135 # EOF Transition to accept state?
137 #print "EOF Transition to accept state %d" \
138 # % self.accept[self.eof[s]]
139 return self.accept[self.eof[s]]