Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82945 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83194 invoked from network); 17 Feb 2015 11:46:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Feb 2015 11:46:20 -0000 Authentication-Results: pb1.pair.com header.from=lisachenko.it@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=lisachenko.it@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.173 as permitted sender) X-PHP-List-Original-Sender: lisachenko.it@gmail.com X-Host-Fingerprint: 209.85.212.173 mail-wi0-f173.google.com Received: from [209.85.212.173] ([209.85.212.173:48028] helo=mail-wi0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3D/60-13350-A0A23E45 for ; Tue, 17 Feb 2015 06:46:19 -0500 Received: by mail-wi0-f173.google.com with SMTP id bs8so32170287wib.0 for ; Tue, 17 Feb 2015 03:46:15 -0800 (PST) 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=yJhIqnYR8mPhghISHrPOsAw5Uhw2iTYH+kLk0iZ+IYY=; b=KgCaJB6Q8ClHmxtWjxVwbSbzZLVbz98K8n36Tp03/3zWX0LKnRTz91c1saCaJMq/iQ U+i5NuJJDjcC7utvSxsNJAAMIlZYioj+wSUAYtQaeHEGoxs85vn3mHsr1qDk+OflHITR boL6afRFg5NZDPiJStuAQW7al1msyFgA1pfkUessm/8z/fZWXy3w0xsWmiNM5Gfu+rGz Gi5QhnORgvNLvYNw0bsQOZ/7PTUKucDVHlZ6gfpgVyuNHWzo6a0HwoGF5zN3LCZH3UmA 5voCGcOYDs8bUNPC6WjA7o+AoVxuFVpZHimgNaH0DNTuJLbScGQqw5itKDDVWZWjxKkj ENUw== MIME-Version: 1.0 X-Received: by 10.194.75.193 with SMTP id e1mr46526299wjw.126.1424173575587; Tue, 17 Feb 2015 03:46:15 -0800 (PST) Received: by 10.194.154.229 with HTTP; Tue, 17 Feb 2015 03:46:15 -0800 (PST) Date: Tue, 17 Feb 2015 14:46:15 +0300 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=047d7bb03ea8124dbe050f474073 Subject: [RFC][Discussion] Parser extension API From: lisachenko.it@gmail.com (Alexander Lisachenko) --047d7bb03ea8124dbe050f474073 Content-Type: text/plain; charset=UTF-8 Hello, internals! I want to introduce a RFC for providing a userland API for accessing an Abstract Syntax Tree of the source code and to provide userland parser hooks for source code modification: https://wiki.php.net/rfc/parser-extension-api Thanks! --047d7bb03ea8124dbe050f474073--