B. Watson d7b118b294 development/ragel: Check for installed copy first. 2 anos atrás
..
README 0eb9b85a93 development/ragel: Updated for version 7.0.0.10. 6 anos atrás
ragel.SlackBuild d7b118b294 development/ragel: Check for installed copy first. 2 anos atrás
ragel.info 8aade5b808 development/ragel: Updated for version 7.0.0.12. 5 anos atrás
slack-desc 0eb9b85a93 development/ragel: Updated for version 7.0.0.10. 6 anos atrás

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.