Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76308 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41310 invoked from network); 1 Aug 2014 21:04:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Aug 2014 21:04:29 -0000 Authentication-Results: pb1.pair.com header.from=narf@devilix.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=narf@devilix.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain devilix.net designates 209.85.214.174 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.214.174 mail-ob0-f174.google.com Received: from [209.85.214.174] ([209.85.214.174:61276] helo=mail-ob0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E1/43-23250-CD00CD35 for ; Fri, 01 Aug 2014 17:04:28 -0400 Received: by mail-ob0-f174.google.com with SMTP id vb8so2987543obc.19 for ; Fri, 01 Aug 2014 14:04:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=devilix.net; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=08F+lcuEavG/17ofYz0N1Si1x0QJKJglAXEEsO+AAkU=; b=uDioYsnmBtrvUfIqeg4tZg7XpuU2UYlVky9Wuqc7nvnhurqyv2t2EfFKC/H+sV/jdz ky7PU+jofoUGT0HiUcuYF98SzqL1h4iPs3N1jOLIGiS6UNIlphkLKxMr/ljRsuJ1A7l0 pPNnpLGAinjr4BcHa/xqwkSeiNhGtz2xHZ1Rw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=08F+lcuEavG/17ofYz0N1Si1x0QJKJglAXEEsO+AAkU=; b=Dz5B+rJMBJQcfqzAF/XEhH4nWdV1Vc+T5PRGEaLPc3qrYO3a8awy8IqnKb+oAXLNbk lN7KlpoohPzDxV/NxlPSZwo3YvrCOAY/dA4TPKvg/o+5gBVMv5kAvDz8+g0qPylMkuRH 4/UJMhoUilRi4XMJv9T7fiwbQyoPqkJaY3qvR4AYc5fbwPeuiHQY7tTJ/UzPaYoWzKXJ 1C1NIPUDV0rSyiCUycZXak3Kn7jq8u1ofuMJ9OmpbHV8dKBY2E3jMWQ8zqcsTj8sP4hS rY19x0fJSqEiDWCuPONbP8NRQERW8iQcIsxy9roU7k748iub5b3OlE1Xab6ZHXVbDfST pnQg== X-Gm-Message-State: ALoCoQmNMTKzegWB5MVUjjw97PQmz+74AtlJ7QJIAzNKKAkQS3NEklv+kJ9xfN2MERwIFfk8aKZ2 MIME-Version: 1.0 X-Received: by 10.182.144.131 with SMTP id sm3mr11966527obb.3.1406927086205; Fri, 01 Aug 2014 14:04:46 -0700 (PDT) Received: by 10.202.75.205 with HTTP; Fri, 1 Aug 2014 14:04:46 -0700 (PDT) In-Reply-To: References: <3F1B2834-3939-4F86-86E0-207D2CE469D6@ajf.me> Date: Sat, 2 Aug 2014 00:04:46 +0300 Message-ID: To: julien pauli Cc: Andrea Faulds , Nikita Popov , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Introduce Abstract Syntax Tree From: narf@devilix.net (Andrey Andreev) Hi, I don't really have anything new to say about this, just couldn't resist another +1. This RFC is an example to follow - well thought and written, detailed, implementation ready in spite of it being a real challenge, non-controversial, and even as a userland developer, I can see the benefits. If we were on 9gag, I'd be throwing up rainbows. Great job! Cheers, Andrey.