Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45808 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46152 invoked from network); 14 Oct 2009 11:15:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Oct 2009 11:15:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=rumi.kg@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rumi.kg@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.225 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: rumi.kg@gmail.com X-Host-Fingerprint: 209.85.220.225 mail-fx0-f225.google.com Received: from [209.85.220.225] ([209.85.220.225:48835] helo=mail-fx0-f225.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2E/79-27693-CE2B5DA4 for ; Wed, 14 Oct 2009 07:15:57 -0400 Received: by fxm25 with SMTP id 25so10898458fxm.24 for ; Wed, 14 Oct 2009 04:15:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=p6PRlTLzx+9fbRNSnweKV9YRfWBMFqg+kr9/reb7P5M=; b=A8GXNalyq2MWgWdCxWdyNk60IQkCXHOREo9Zmtq7vN1Z7vgdpvEyxv5LSjQfMx6BfP 26v/iM6jAKKXXUnzgMhzMl0/w5fZDVX8cSu4gdP/NX4S3wENeccMc45477O6QYHwEL6W 7WVXzfjtTY588tA7Hvs4cGrfACwXf4+Wl3NB0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=jvUtDOmfnlaIACRu23Xp3o3EZhOmF3cJWz2PaWW+IS5p2Gxm6lU/qX6PPxqvLhq2Jg F7lVO3wzJuWa2vxPv2Y8fNbO8xAtZjKeowaClEZEaWfd3kaLBKtJsNZ/W7aTgCFbXc6/ ldqKR1P7/WsW3EO/ViEMAMKlx2oQ1l3kXshO4= MIME-Version: 1.0 Received: by 10.204.148.88 with SMTP id o24mr5783455bkv.182.1255518952257; Wed, 14 Oct 2009 04:15:52 -0700 (PDT) In-Reply-To: <9db916bc0910101434x507e05b9r2651eaa67f833164@mail.gmail.com> References: <9db916bc0910101434x507e05b9r2651eaa67f833164@mail.gmail.com> Date: Wed, 14 Oct 2009 13:15:51 +0200 Message-ID: <9db916bc0910140415h6bb58bd6v1ed35859d2d9a3b0@mail.gmail.com> To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: Creating an experimental syntax From: rumi.kg@gmail.com (Rune Kaagaard) Dear internals I'm slowly getting to know more about bison and language parsing. A new world for me. But progress is still slow. I have made an example of the syntax I am looking to achieve at http://code.google.com/p/php-alternative-syntax/ . If any of you c gurus could help me with the best method to attack the problem I would be very grateful! Cheers Rune Kaagaard Denmark