summaryrefslogtreecommitdiff
path: root/private/ragel/README
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2023-04-08 15:49:12 +0200
committerEugen Wissner <belka@caraus.de>2023-04-08 15:49:12 +0200
commitdbf14caee2f3ffbcfb21d5ca4d1566e0f57a1aed (patch)
tree166c6b8d6e70c18870226102a3718e4da04f72cd /private/ragel/README
parentb64a66a20c3c3bf794c0180de91c342a17a75a98 (diff)
downloadslackbuilder-dbf14caee2f3ffbcfb21d5ca4d1566e0f57a1aed.tar.gz
ragel: Removed
Diffstat (limited to 'private/ragel/README')
-rw-r--r--private/ragel/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/private/ragel/README b/private/ragel/README
deleted file mode 100644
index cdc9416..0000000
--- a/private/ragel/README
+++ /dev/null
@@ -1,9 +0,0 @@
-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.
-
-NOTE: before building this it's recommended to remove any previous
-version you might have installed.