Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76297 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34930 invoked from network); 31 Jul 2014 18:31:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jul 2014 18:31:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=guilhermeblanco@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=guilhermeblanco@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.176 as permitted sender) X-PHP-List-Original-Sender: guilhermeblanco@gmail.com X-Host-Fingerprint: 209.85.223.176 mail-ie0-f176.google.com Received: from [209.85.223.176] ([209.85.223.176:42575] helo=mail-ie0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9A/E2-09748-27B8AD35 for ; Thu, 31 Jul 2014 14:31:15 -0400 Received: by mail-ie0-f176.google.com with SMTP id tr6so4186564ieb.7 for ; Thu, 31 Jul 2014 11:31:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=ZfsA+LqFtS/j9unIxCa3eLuaURX5xAy4qApycrQ4Kjk=; b=z3+Ob2upGPvErOVxFylRyemfvR87fHK7ihviVAcco5ZFd0w9kifM6iJwDaJhpWryKD uRgqc8hcY9pQLRjW/EcppWmYHQpr/TYNMEnuetwBupkGAo3euM2fhmI2kel6vZTnvuot u0cUxwYUFB+HyVJrI4V3uUAkJSEovYFranfXUSpDAkfYrneYOrw/6BxmzQm5QHl6J/e8 qUKNxlN+1D33epw83NCIKa6bxqsmCz8kTZwNap9ZqmrUmifebLloaN+TM8tCyMl9+oIt nz0rknPYdZ/0sfKzXW48Io9SKgpqzIMKJjqLKBvTVzFwUHHd0XvGA147LgkTLYEnq4b7 4JkA== X-Received: by 10.50.79.133 with SMTP id j5mr272071igx.39.1406831491118; Thu, 31 Jul 2014 11:31:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.28.148 with HTTP; Thu, 31 Jul 2014 11:31:11 -0700 (PDT) In-Reply-To: References: Date: Thu, 31 Jul 2014 14:31:11 -0400 Message-ID: To: Michael Wallner Cc: Nikita Popov , PHP internals Content-Type: multipart/alternative; boundary=047d7b15fae3497d1904ff817b4f Subject: Re: [PHP-DEV] [RFC] Introduce Abstract Syntax Tree From: guilhermeblanco@gmail.com ("guilhermeblanco@gmail.com") --047d7b15fae3497d1904ff817b4f Content-Type: text/plain; charset=UTF-8 OMG, so +1 on this! *rolling eyes* We'd be a step away for hookable grammars! \o/ On Thu, Jul 31, 2014 at 2:27 PM, Michael Wallner wrote: > On 31 July 2014 20:11, Nikita Popov wrote: > > > Hi internals! > > > > I've created a draft RFC and implementation for the introduction of an > > Abstract Syntax Tree (AST) as an intermediate structure in our > compilation > > process: > > > > https://wiki.php.net/rfc/abstract_syntax_tree > > > > The RFC outlines why an AST is beneficial, how it impacts performance and > > memory usage of the compile process and what changes to syntax or > behavior > > it introduces. > > > > Furthermore the RFC contains an outline of how the current implementation > > works and what APIs it provides. This section is just an overview and I > > hope to extend it in the future. > > > > Sounds great! BTW, wasn't there a related AST GSOC project once? > > > -- > Regards, > Mike > -- Guilherme Blanco MSN: guilhermeblanco@hotmail.com GTalk: guilhermeblanco Toronto - ON/Canada --047d7b15fae3497d1904ff817b4f--