Tool for generating C-based recognizers from regular expressions
http://re2c.org/
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.
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / re2c
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:tools:compiler/re2c && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
re2c-0.13.6.tar.gz | 0000844623 825 KB | |
re2c.changes | 0000003370 3.29 KB | |
re2c.spec | 0000002027 1.98 KB |
Revision 7 (latest revision is 48)
Cristian Rodríguez (elvigia)
accepted
request 185695
from
Cristian Rodríguez (elvigia)
(revision 7)
- 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
Comments 0