mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
0eb9b85a93
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
9 lines
504 B
Text
9 lines
504 B
Text
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.
|