diff options
Diffstat (limited to 'development/re2c/README')
-rw-r--r-- | development/re2c/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/re2c/README b/development/re2c/README new file mode 100644 index 0000000000..f075ed321c --- /dev/null +++ b/development/re2c/README @@ -0,0 +1,8 @@ +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. + +It is released under Public Domain. |