[ANN] phc 0.2.0 release

"Paul Biggar" <paul.biggar@gmail.com>
Wed, 10 Dec 2008 19:20:19 +0000

          From comp.compilers

Related articles
[ANN] phc 0.2.0 release paul.biggar@gmail.com (Paul Biggar) (2008-12-10)
| List of all articles for this month |

From: "Paul Biggar" <paul.biggar@gmail.com>
Newsgroups: comp.compilers
Date: Wed, 10 Dec 2008 19:20:19 +0000
Organization: Compilers Central
Keywords: available, WWW
Posted-Date: 10 Dec 2008 16:52:03 EST

Hi,


We are proud to announce the release of phc 0.2.0, an open source PHP
compiler with support for plugins, and source-to-source
transformations. This is the first release which can compile PHP
scripts to executables. Features:


        * Compile PHP source into an (optimized) executable.
        * Analyse, modify or refactor PHP scripts using C++ plugins.
        * Convert PHP into a well-defined XML format, process it with your
own tools, and convert it back to PHP.
        * Operate on ASTs, simplified ASTs, or 3-address code.
        * Analyse or optimize PHP code using an SSA-based IR (in the
dataflow branch - very experimental).


phc can be downloaded from http://phpcompiler.org/downloads.html. The
ChangeLog is too long to post here, please see
http://phpcompiler.org/src/ChangeLog.


We are also interested in attracting contributors to phc. Please see
http://phpcompiler.org/contribute.html. We need people with all sorts
of backgrounds, and previous compiler experience is not required.




Thanks,
Paul Biggar




--
Paul Biggar
paul.biggar@gmail.com



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.