Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-14 | Update ragel to 6.3. Patches provided by Matthias-Christian Ott. | minskim | 3 | -8/+9 | |
Too many changes and bug fixes since 5.21. See http://www.complang.org/ragel/ChangeLog for the complete list. | |||||
2007-05-25 | Import ragel. | minskim | 4 | -0/+32 | |
Ragel compiles finite state machines from regular languages into executable C, C++, Objective-C, D, Java, or Ruby code. 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. |