Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14909 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44381 invoked by uid 1010); 13 Feb 2005 20:31:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 44366 invoked from network); 13 Feb 2005 20:31:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2005 20:31:44 -0000 X-Host-Fingerprint: 64.233.170.207 rproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.170.207:16502] helo=rproxy.gmail.com) by pb1.pair.com (ecelerity 1.2.11 (r4403)) with SMTP id 9C/67-06069-039BF024 for ; Sun, 13 Feb 2005 15:31:44 -0500 Received: by rproxy.gmail.com with SMTP id b11so531267rne for ; Sun, 13 Feb 2005 12:31:42 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=R/URokxK8GvqE9yBIuhFaGuCpdCKt7UtM/lDpBxCkOImosn4/voF1SuyruDHtiWVwalRmfdBt+JM9XBABUEjP0rGYirqtHWdb08BUd5qHdZ+vBHEeULvX+d4f/G77DSNOxc1xFLt3EJNdInEQ8U+DwfwwuhnWvIJmADyPZI/6+w= Received: by 10.38.59.27 with SMTP id h27mr83966rna; Sun, 13 Feb 2005 12:31:42 -0800 (PST) Received: by 10.38.74.35 with HTTP; Sun, 13 Feb 2005 12:31:41 -0800 (PST) Message-ID: <8a54cd6e050213123137f0ba2a@mail.gmail.com> Date: Sun, 13 Feb 2005 15:31:41 -0500 Reply-To: Ross Girshick To: mono-devel-list@lists.ximian.com, ironphp-devel@lists.sourceforge.net, internals@lists.php.net Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [ANNOUNCE] IronPHP 0.0.1: A PHP Compiler for Mono (and .NET) From: ross.girshick@gmail.com (Ross Girshick) I'm pleased to announce the first release of IronPHP [1]. IronPHP is a PHP compiler for the Mono (and .NET) platform. The goals of IronPHP are: * Compatibility with PHP 5 * Speed and efficiency: let's beat the C version * Portability: run where ever Mono runs * Extend PHP to allow access to .NET assemblies The first release can compile a portion of the procedural subset of PHP 5. IronPHP is still at an experimental stage and undergoing heavy development. Don't expect much beyond the bare basics to work. My immediate goal in releasing it is to get some more hands involved in the project. I'm presently working on the 0.0.2 release which will feature a new lexical scanner (rewritten from scratch) and a jay based parser (instead of the hand coded recursive descent parser). If you're interested in joining the IronPHP effort please read the NOTES and TODO in the tarball. This is the first release and I want to bring it to the attention of interested parties. Thus I've cross-posted it to the PHP internals and the Mono developer's list. Please respect those lists and direct further comments and discussions to the IronPHP developer's list [2]. Thanks. Ross Girshick [1] http://ironphp.sf.net [2] ironphp-devel@lists.sourceforge.net