Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | upgrade to 0.9.3 | Ying-Chieh Liao | 2004-06-01 | 1 | -0/+2 |
| | | | | Notes: svn path=/head/; revision=110593 | ||||
* | Initial import of re2c, a program to compile regular expression to C. | Eivind Eklund | 1998-05-16 | 1 | -0/+6 |
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. Notes: svn path=/head/; revision=11012 |