Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Remove manpages define in MAN? fom PLIST for all the devel ports. | asami | 1998-08-12 | 1 | -1/+0 |
| | | | | | I'm going to leave p5-* alone for now (where the version stuff is going to land is still unclear). | ||||
* | Initial import of re2c, a program to compile regular expression to C. | eivind | 1998-05-16 | 7 | -0/+60 |
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. |