Lines Matching full:regular
57 # This regular expression is used to match valid token names
116 self.lexre = None # Master regular expression. This is a list of
118 # regular expression and findex is a list
120 self.lexretext = None # Current regular expression strings
317 # Look for a regular expression match
445 # Given a list of regular expression functions, this converts it to a list
461 # Given a list of regular expression function names, this converts it back to
478 # form the master regular expression. Given limitations in the Python re
714 # Sort the strings by regular expression length
751 self.log.error("%s:%d: No regular expression defined for rule '%s'",file,line,f.__name__)
758 self.log.error("%s:%d: Regular expression for rule '%s' matches empty string", file,line,f.__name__)
762 self.log.error("%s:%d: Invalid regular expression for rule '%s'. %s", file,line,f.__name__,e)
783 self.log.error("Regular expression for rule '%s' matches empty string",name)
787 self.log.error("Invalid regular expression for rule '%s'. %s",name,e)
825 # in the parser input file. This is done using a simple regular expression
863 # Build all of the regular expression rules from definitions in the supplied module
928 # Build the master regular expressions
948 # Build the master regular expressions
962 # For inclusive states, we need to add the regular expressions from the INITIAL state