[phc-internals] [phc commit] r1824 - www/trunk/public_html

codesite-noreply at google.com codesite-noreply at google.com
Sun Oct 26 22:24:28 GMT 2008


Author: paul.biggar
Date: Sun Oct 26 15:24:14 2008
New Revision: 1824

Modified:
    www/trunk/public_html/downloads.html

Log:
Add Rose to 'Projects using phc'.


Modified: www/trunk/public_html/downloads.html
==============================================================================
--- www/trunk/public_html/downloads.html	(original)
+++ www/trunk/public_html/downloads.html	Sun Oct 26 15:24:14 2008
@@ -110,6 +110,7 @@
  				<tt>license/</tt> in the source distribution.


+				<!-- TODO: This probably isnt the best place to list these. -->
  				<h1>Projects using phc</h1>

  				<h2>PHT</h2>
@@ -129,6 +130,19 @@
  					for more information.


+				<h2>Rose</h2>
+
+					Rose is source-to-source compiler infrastructure supporting C,
+					C++, Fortran, and now, PHP. <span class="phc">phc</span> parses
+					PHP source code into an AST, which is then folded into the Rose
+					AST. It is intended that standard Rose static analyses can then
+					be applied to PHP. Rose was developed by Dan Quinlan at Lawrence
+					Livermore National Laboratories, and <span class="phc">phc</span>
+					was integrated with it by Ryan Stutsman. It is available from <a
+					href="http://rosecompiler.org">http://rosecompiler.org</a> (see
+					"Enabling PHP Support" in the <a
+					 
href="http://rosecompiler.org/ROSE_UserManual/ROSE-UserManual.pdf">Rose
+					User Manual</a> for instructions).

  			
  			</td>


More information about the phc-internals mailing list