aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ragel
AgeCommit message (Collapse)Author
2010-04-06ragel-native: new recipeRoman I Khimov
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. Mostly used to build other applications, thus -native version only. Signed-off-by: Roman I Khimov <khimov@altell.ru>