You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Matteo Bernardini a36c082af7 development/ragel: Updated for version 6.9. 11 years ago
..
README development/ragel: Added (State Machine Compiler). 13 years ago
ragel.SlackBuild development/ragel: Updated for version 6.9. 11 years ago
ragel.info development/ragel: Updated for version 6.9. 11 years ago
slack-desc development/ragel: Updated for version 6.9. 11 years ago

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.