Tool for generating C-based recognizers from regular expressions
re2c is a tool for writing fast and flexible lexers. Unlike other such
tools, it concentrates solely on generating efficient code for matching
regular expressions. This makes it suitable for a wide variety of
applications. The generated scanners approach hand-crafted ones in
terms of size and speed.
- Developed at devel:tools:compiler
- Sources inherited from project openSUSE:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:LegacyX86/re2c && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
re2c-0.14.3.tar.gz | 0002576859 2.46 MB | |
re2c-nogenerationdatedefault.patch | 0000000350 350 Bytes | |
re2c.changes | 0000004761 4.65 KB | |
re2c.spec | 0000002036 1.99 KB |
Revision 29 (latest revision is 43)
Dominique Leuenberger (dimstar_suse)
accepted
request 336554
from
Martin Pluskal (pluskalm)
(revision 29)
- Update to 0.14.3 * applied patch '#27 re2c crashes reading files containing %{ %}' * dropped distfiles for MSVC (they are broken anyway) - Changes for 0.14.2 * fixed #57 Wrong result only if another rule is present
Comments 0