SlackBuildsOrg/development/ragel
B. Watson d7b118b294
development/ragel: Check for installed copy first.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-03-09 17:20:43 +07:00
..
ragel.info
ragel.SlackBuild development/ragel: Check for installed copy first. 2022-03-09 17:20:43 +07:00
README
slack-desc

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.