slackbuilds/development/ragel
Eugen Wissner 77042863c7
development/ragel: Updated for version 7.0.4.
Create shared libraries

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-04-08 09:16:35 +07:00
..
README
lib64.patch development/ragel: Updated for version 7.0.4. 2023-04-08 09:16:35 +07:00
ragel.SlackBuild development/ragel: Updated for version 7.0.4. 2023-04-08 09:16:35 +07:00
ragel.info development/ragel: Updated for version 7.0.4. 2023-04-08 09:16:35 +07:00
shared-colm.patch development/ragel: Updated for version 7.0.4. 2023-04-08 09:16:35 +07:00
slack-desc

README

Ragel compiles executable finite state machines from regular
languages. Ragel targets C, C++, Objective-C, D, Java and Ruby.
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.

NOTE: before building this it's recommended to remove any previous
version you might have installed.