Lines Matching full:sequence
8 // The regexp generator first generates a sequence of commands in a simple
14 // For example, the command sequence
20 // Then RunPostfix turns each sequence into a regular expression
89 // Each sequence is handed off to RunPostfix to generate a regular expression.
91 // post: the current postfix sequence
93 // the sequence
94 // ops: the number of operators used in the sequence
95 // atoms: the number of atoms used in the sequence
135 // Generates a random postfix command sequence.
136 // Stops and returns true once a single sequence has been generated.
177 // Interprets the postfix command sequence to create a regular expression