| Name: | ragel |
|---|---|
| Version: | 7.0.0.9 |
| Release: | 2.el7 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 7882854 |
| License: | GPLv2+ and LGPLv2+ |
| RPM: | ragel-7.0.0.9-2.el7.aarch64.rpm |
| Source RPM: | ragel-7.0.0.9-2.el7.src.rpm |
| Build Date: | Wed May 30 2018 |
| Build Host: | ca-buildarm02.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://www.complang.org/ragel/ |
| Summary: | Finite state machine compiler |
| Description: | Ragel compiles executable finite state machines from regular languages. Ragel targets C, C++ and ASM. Ragel state machines can not only recognize byte sequences as regular expression machines do, but can also execute code at arbitrary points in the recognition of a regular language. Code embedding is done using inline operators that do not disrupt the regular language syntax. |