Tool for generating C-based recognizers from regular expressions

Edit Package re2c
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.

Refresh
Refresh
Source Files
Filename Size Changed
re2c-3.1.tar.xz 0001448624 1.38 MB
re2c.changes 0000018603 18.2 KB
re2c.spec 0000002229 2.18 KB
Revision 47 (latest revision is 48)
Peter Simons's avatar Peter Simons (psimons) accepted request 1103174 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 47)
- Update to 3.1:
  * new options --leftmost-captures option and re2c:leftmost-captures on capturing groups
  * new syntax (! ...) for non-capturing groups
  * It is also possible to flip defaults with --invert-captures option or re2c:invert_captures configuration, 
    so that (...) is a capturing group and (! ...) is a non-capturing one
  * TDFA paper and removal of experimental algorithms
  * internal codebase , build system and CI improvements
  
  see details at https://re2c.org/releases/release_notes.html#release-3-1
Comments 0
openSUSE Build Service is sponsored by