slackbuilds/development/ragel
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
README development/ragel: Added (State Machine Compiler). 2012-09-08 17:28:31 -05:00
ragel.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
ragel.info development/ragel: Updated for version 6.8. 2013-11-06 00:56:40 -06:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05: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.