K 10 svn:author V 6 eivind K 8 svn:date V 27 1998-05-16T17:41:25.000000Z K 7 svn:log V 304 Initial import of re2c, a program to compile regular expression to C. 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. END