Exherbo
GitLab
Packages
dev-util/re2c
Tool for generating C-based recognizers from regular expressions.
Versions
Slot
Version
Repository
Platforms
0
4.0.2
SuperHeron-misc
~amd64
arm?
armv7?
armv8?
x86?
Metadata
Homepage
(
https://github.com/skvadrik/re2c
https://re2c.org
)
Summary
Tool for generating C-based recognizers from regular expressions
Description
re2c is a tool for writing very fast and very flexible scanners. Unlike any other such tool, re2c focuses on generating high efficient code for regular expression matching. As a result this allows a much broader range of use than any traditional lexer offers. And Last but not least re2c generates warning free code that is equal to hand-written code in terms of size, speed and quality.
Upstream changelog
https://re2c.org/releases/changelog/changelog.html
Upstream documentation
https://re2c.org/manual/manual_c.html
Upstream release notes
https://re2c.org/releases/release_notes.html
Downloads
https://github.com/skvadrik/re2c/releases/download/4.0.2/re2c-4.0.2.tar.xz
Licences
public-domain