slackbuilds_ponce/development/ragel
Matteo Bernardini 678fb210c0 development/ragel: Updated for version 6.8.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2013-11-06 00:56:40 -06:00
..
ragel.info development/ragel: Updated for version 6.8. 2013-11-06 00:56:40 -06:00
ragel.SlackBuild development/ragel: Updated for version 6.8. 2013-11-06 00:56:40 -06:00
README
slack-desc

ragel (State Machine Compiler)

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.