aboutsummaryrefslogtreecommitdiff
path: root/devel/re2c/pkg-descr
Commit message (Collapse)AuthorAgeFilesLines
* upgrade to 0.9.3Ying-Chieh Liao2004-06-011-0/+2
| | | | Notes: svn path=/head/; revision=110593
* Initial import of re2c, a program to compile regular expression to C.Eivind Eklund1998-05-161-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