diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-07 21:25:54 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-08 17:28:31 -0500 |
commit | dd2c89f0203f6c8b0259bb1a48102a89c16e8df2 (patch) | |
tree | 8c962771b85059c1b29bdf146b32c123f8047e0f /development/ragel/slack-desc | |
parent | f9256e0cee02300aa0d10fddf64e497c09111b65 (diff) | |
download | slackbuilds-dd2c89f0203f6c8b0259bb1a48102a89c16e8df2.tar.gz |
development/ragel: Added (State Machine Compiler).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/ragel/slack-desc')
-rw-r--r-- | development/ragel/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/ragel/slack-desc b/development/ragel/slack-desc new file mode 100644 index 0000000000..cb98c17840 --- /dev/null +++ b/development/ragel/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +ragel: ragel (State Machine Compiler) +ragel: +ragel: Ragel compiles executable finite state machines from regular +ragel: languages. Ragel targets C, C++, Objective-C, D, Java and Ruby. +ragel: Ragel state machines can not only recognize byte sequences as regular +ragel: expression machines do, but can also execute code at arbitrary points +ragel: in the recognition of a regular language. Code embedding is done using +ragel: inline operators that do not disrupt the regular language syntax. +ragel: +ragel: homepage: http://www.complang.org/ragel/ +ragel: |