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:Backports:SLE-15-SP4:SLECandidates/re2c && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
re2c-0.13.6.tar.gz | 0000844623 825 KB | |
re2c.changes | 0000003370 3.29 KB | |
re2c.spec | 0000002027 1.98 KB |
Revision 22 (latest revision is 43)
Stephan Kulow (coolo)
accepted
request 185698
from
Cristian Rodríguez (elvigia)
(revision 22)
- version 0.13.6 * allow Yacc-style %{code brackets}% * allow C++ // comments * Fixed inplace configuration in -e mode * Fixed Wrong start_label in -c mode. * Fixed Unescaped backslash in file name of #line directive (forwarded request 185695 from elvigia)
Comments 0