Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17327 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38597 invoked by uid 1010); 19 Jul 2005 19:12:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 38581 invoked from network); 19 Jul 2005 19:12:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jul 2005 19:12:53 -0000 X-Host-Fingerprint: 195.28.69.139 mail.jobtion.com Linux 2.4 w/o timestamps Received: from ([195.28.69.139:33434] helo=sparky.datcon.sk) by pb1.pair.com (ecelerity 2.0 beta r(6227M)) with SMTP id 97/C1-61486-3B05DD24 for ; Tue, 19 Jul 2005 15:12:51 -0400 Received: from localhost (localhost [127.0.0.1]) by sparky.datcon.sk (Postfix) with ESMTP id D003E212E9 for ; Tue, 19 Jul 2005 21:12:48 +0200 (CEST) Received: from sparky.datcon.sk ([127.0.0.1]) by localhost (sparky [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16007-03-9 for ; Tue, 19 Jul 2005 21:12:48 +0200 (CEST) Received: from [172.16.71.217] (adsl90.212-5-195.telecom.sk [212.5.195.90]) by sparky.datcon.sk (Postfix) with ESMTP id 9B7F7212EA for ; Tue, 19 Jul 2005 21:12:45 +0200 (CEST) Message-ID: <42DD50AF.7050101@kmit.sk> Date: Tue, 19 Jul 2005 21:12:47 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.8) Gecko/20050713 X-Accept-Language: sk, en MIME-Version: 1.0 To: internals@lists.php.net References: <42DD4A7B.30108@innerfuse.biz> In-Reply-To: <42DD4A7B.30108@innerfuse.biz> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at datcon.sk Subject: Re: [PHP-DEV] > Introduction From: ondrej@kmit.sk (=?UTF-8?B?T25kcmVqIEl2YW5pxI0=?=) Weyert de Boer wrote: > My first question to start my fame on this list is, does anyone on this > list happen to have the grammar of PHP language? I think, you can start with zend_language_parser.y in "Zend" subdirectory in tar ball. Rules in section 'Rules' :) can be easy rewritten into BNF or whatever you want. -- Ondrej Ivanic (ondrej@kmit.sk)