summaryrefslogtreecommitdiffstats
path: root/development/ragel/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/ragel/README')
-rw-r--r--development/ragel/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/development/ragel/README b/development/ragel/README
new file mode 100644
index 0000000000..f826b57407
--- /dev/null
+++ b/development/ragel/README
@@ -0,0 +1,8 @@
+ragel (State Machine Compiler)
+
+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.