slackbuilder/private/ragel
2023-03-30 08:46:51 +02:00
..
lib64.patch Add colm and ragel 2021-02-24 08:17:49 +01:00
ragel.info Add colm and ragel 2021-02-24 08:17:49 +01:00
ragel.SlackBuild ragel: Patch to link against shared colm 2023-03-30 08:46:51 +02:00
README Add colm and ragel 2021-02-24 08:17:49 +01:00
shared-colm.patch ragel: Patch to link against shared colm 2023-03-30 08:46:51 +02:00
slack-desc Add colm and ragel 2021-02-24 08:17:49 +01:00

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.