]> granicus.if.org Git - re2c/commitdiff
- Update homepage
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Thu, 29 Dec 2005 19:16:31 +0000 (19:16 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Thu, 29 Dec 2005 19:16:31 +0000 (19:16 +0000)
htdocs/index.html

index 87c3dfb17f60428647b70a3cba70a7b9efb94f53..bf97141ef50db62fe7265d0ce5fd6c170cb7833a 100755 (executable)
@@ -2,12 +2,27 @@
     "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