OLD | NEW |
(Empty) | |
| 1 Name: ragel |
| 2 URL: http://www.complang.org/ragel/ |
| 3 Version: 6.7 |
| 4 Date: 2011-05-22 |
| 5 License: GPL |
| 6 |
| 7 Description: Ragel is State Machine Compiler |
| 8 |
| 9 Ragel compiles executable finite state machines from regular languages. Ragel |
| 10 targets C, C++, Objective-C, D, Java and Ruby. Ragel state machines can not only |
| 11 recognize byte sequences as regular expression machines do, but can also execute |
| 12 code at arbitrary points in the recognition of a regular language. |
| 13 |
| 14 Code embedding is done using inline operators that do not disrupt the regular |
| 15 language syntax. |
| 16 |
| 17 This is a 32bit version prebuilt on Ubuntu Lucid. |
| 18 |
| 19 Build script (build.sh) is included. |
| 20 |
| 21 Local changes: |
| 22 -GT2 patch is cherry-picked from upstream ragel-6-gt2 branch |
OLD | NEW |