| Sebastian Bergmann 2006-05-08, 7:58 am |
| sebastian Mon May 8 12:33:18 2006 UTC
Modified files:
/phpweb ideas.php
Log:
Add link for re2c. Add ANTLR code target idea.
http://cvs.php.net/viewcvs.cgi/phpw...6&diff_format=u
Index: phpweb/ideas.php
diff -u phpweb/ideas.php:1.5 phpweb/ideas.php:1.6
--- phpweb/ideas.php:1.5 Sun May 7 17:33:45 2006
+++ phpweb/ideas.php Mon May 8 12:33:17 2006
@@ -1,5 +1,5 @@
<?php
-// $Id: ideas.php,v 1.5 2006/05/07 17:33:45 pajoye Exp $
+// $Id: ideas.php,v 1.6 2006/05/08 12:33:17 sebastian Exp $
$_SERVER['BASE_PAGE'] = 'ideas.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("SoC Ideas");
@@ -64,7 +64,8 @@
<h4>Other</h4>
<ul>
- <li>re2php - Add PHP Support to re2c</li>
+ <li>re2php - Add PHP Support to <a href="http://re2c.sf.net/">re2c</a></li>
+ <li>ANTLR - Add PHP Code Generation Target to <a href="http://www.antlr.org/v3/index.html">ANTLR 3</a>
</ul>
<?php site_footer(); ?>
|