summaryrefslogtreecommitdiffstats
path: root/development/re2c/README
diff options
context:
space:
mode:
author Matteo Bernardini2019-07-20 14:17:55 +0200
committer Matteo Bernardini2019-07-20 14:17:55 +0200
commit1df1fe40b1b2b3271b05c6fef7a4ab57d58665d4 (patch)
treee2939b3e679d8656c1fc7a85e17fc5e63cd18575 /development/re2c/README
parent558a2bcdcff72fc39350cf4a3455e11b0f034d02 (diff)
downloadslackbuilds-1df1fe40b1b2b3271b05c6fef7a4ab57d58665d4.tar.gz
20190720.1 global branch merge.current-20190720.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/re2c/README')
-rw-r--r--development/re2c/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/development/re2c/README b/development/re2c/README
deleted file mode 100644
index 227f25951c..0000000000
--- a/development/re2c/README
+++ /dev/null
@@ -1,6 +0,0 @@
-re2c is a tool for writing very fast and very flexible scanners. Unlike
-any other such tool, re2c focuses on generating high efficient code for
-regular expression matching. As a result this allows a much broader
-range of use than any traditional lexer offers. And last but not least
-re2c generates warning free code that is equal to hand-written code in
-terms of size, speed and quality.