Name: | ragel |
---|---|
Version: | 7.0.0.12 |
Release: | 2.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 15432984 |
License: | MIT and LGPLv2+ |
RPM: | ragel-7.0.0.12-2.el8.x86_64.rpm |
Source RPM: | ragel-7.0.0.12-2.el8.src.rpm |
Build Date: | Sun Jul 12 2020 |
Build Host: | jenkins-10-147-72-125-89eb0474-3a2b-43d0-8800-99a3c1c067d1.appad2iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | http://www.colm.net/open-source/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. |