a070b1eb31
This is basically the same concept as lex, except this time it doesn't turn your code inside out, and it generates actual C code to parse the expressions (not tables), and the resulting code is usually about 2 times faster than flex.
2 lines
67 B
Plaintext
2 lines
67 B
Plaintext
Compile regular expression to C (much faster final code than flex)
|