| Name: | re2c |
|---|---|
| Version: | 3.1 |
| Release: | 3.el10_0 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 3945985 |
| License: | LicenseRef-Fedora-Public-Domain |
| RPM: | re2c-3.1-3.el10_0.aarch64.rpm |
| Source RPM: | re2c-3.1-3.el10_0.src.rpm |
| Build Date: | Sat Dec 21 2024 |
| Build Host: | build-ol10-aarch64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://re2c.org/ |
| Summary: | Tool for generating C, C++, and go 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. |