Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-06-12 | - this uses a c and c++ compiler. | grant | 1 | -3/+4 | |
- drop unneeded trailing / | |||||
2004-05-07 | s/malloc.h/stdlib.h/ for darwin/freebsd | danw | 2 | -1/+15 | |
2004-01-22 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2003-07-29 | Initial import of re2c-0.9.1 into the NetBSD Packages Collection. | agc | 4 | -0/+31 | |
re2c is a preprocessor that generates C-based recognizers from regular expressions. The input to re2c consists of C/C++ source interleaved with comments of the form /*!re2c ... */ which contain scanner specifications. In the output these comments are replaced with code that, when executed, will find the next input token and then execute some user-supplied token-specific code. re2c generates parsers which are not table-based, and can be twice as fast as flex. |