Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62813 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34946 invoked from network); 4 Sep 2012 19:57:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Sep 2012 19:57:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:59699] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D5/C4-12568-91D56405 for ; Tue, 04 Sep 2012 15:57:13 -0400 Received: by lbbgp3 with SMTP id gp3so3536255lbb.29 for ; Tue, 04 Sep 2012 12:57:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=U4t7Fl04ymZNLN1AwfWjTkdAMlHio3Waq4HOGWWjSLQ=; b=Lqp9neVCvuSgMPxgRMJHPAn88prweL4FLBwsz4w8rKWxu7yVXLw0WCnkcirWwWlpmz 1yabLRl1rAdNWL+F7o0wH6XSVu9q9DHQhWrfwdM40rPNZ3ezsaVBCCXzjMWEX2dkAqGW o0Lt9fDLz0e+lndT38RIyGq68wOwlpiaTRhhloPKIUX66GyOsWP8z68LiiI8Fxp0xUJK K3o0ZQdtcFJ5GRXgVWNly7K4Mi82PQFks3zml9bBjxEXfKPTC8H62V2hCDoo15CfqYcP e+AZw2XdJ+m/010RSSE3vUDsTzyYYDtYG+w6FksqpRbmRMwPsxrYuCOPzFvvjtSuck9G T9qA== MIME-Version: 1.0 Received: by 10.112.101.194 with SMTP id fi2mr6941046lbb.104.1346788628850; Tue, 04 Sep 2012 12:57:08 -0700 (PDT) Received: by 10.152.108.145 with HTTP; Tue, 4 Sep 2012 12:57:08 -0700 (PDT) Date: Tue, 4 Sep 2012 21:57:08 +0200 Message-ID: To: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Moving to an AST-based parsing/compilation process From: nikita.ppv@gmail.com (Nikita Popov) Hey folks! Some people asked me what the advantages of using an AST-based parsing/compilation process are, so I put together a few quick notes in an RFC: https://wiki.php.net/rfc/ast_based_parsing_compilation_process It would be nice to get a few comments from other core devs on this. Nikita