slackbuilds/development/ragel
Matteo Bernardini a36c082af7 development/ragel: Updated for version 6.9.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2015-02-15 07:56:29 +07:00
..
README development/ragel: Added (State Machine Compiler). 2012-09-08 17:28:31 -05:00
ragel.SlackBuild development/ragel: Updated for version 6.9. 2015-02-15 07:56:29 +07:00
ragel.info development/ragel: Updated for version 6.9. 2015-02-15 07:56:29 +07:00
slack-desc development/ragel: Updated for version 6.9. 2015-02-15 07:56:29 +07:00

README

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.