"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
-<meta http-equiv="content-type" content="text/html; charset=us-ascii" />
+<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>re2c Home</title>
</head>
<body>
<h1>re2c</h1>
<p>
+<b>re2c</b> is a tool for writing very fast and very flexible scanners. Unlike
+any other such tool, <b>re2c</b> 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 <b>re2c</b>
+generates warning free code that is equal to hand-written code in terms of
+size, speed and quality.
+</p>
+<p>
+The above made the <a href="http://php.net">PHP</a> team to use <b>re2c</b> in
+various places.
+</p>
+<p>
+Marcus Börger (helly@users.sourceforge.net)
+</p>
+<p>
<b>re2c</b> is a great tool and was unmaintained for quite some time, and in
fact didn't even compile with newer versions of gcc. I've used re2c in a few
of my projects (e.g. OpenWBEM), and I have an interest in lexers (I wrote a