RE: I-D Action:draft-yevstifeyev-abnf-separated-lists-01.txt

"Thomson, Martin" <Martin.Thomson@andrew.com> Tue, 07 December 2010 00:48 UTC

Return-Path: <Martin.Thomson@andrew.com>
X-Original-To: ietf@core3.amsl.com
Delivered-To: ietf@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 0518928C0F5 for <ietf@core3.amsl.com>; Mon, 6 Dec 2010 16:48:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.583
X-Spam-Level:
X-Spam-Status: No, score=-2.583 tagged_above=-999 required=5 tests=[AWL=0.016, BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GGohclDHjoPr for <ietf@core3.amsl.com>; Mon, 6 Dec 2010 16:48:35 -0800 (PST)
Received: from csmailgw1.commscope.com (csmailgw1.commscope.com [198.135.207.244]) by core3.amsl.com (Postfix) with ESMTP id 4B01428C0EA for <ietf@ietf.org>; Mon, 6 Dec 2010 16:48:35 -0800 (PST)
Received: from [10.86.20.103] ([10.86.20.103]:53331 "EHLO ACDCE7HC2.commscope.com") by csmailgw1.commscope.com with ESMTP id S39742921Ab0LGAt7 (ORCPT <rfc822; ietf@ietf.org>); Mon, 6 Dec 2010 18:49:59 -0600
Received: from SISPE7HC1.commscope.com (10.97.4.12) by ACDCE7HC2.commscope.com (10.86.20.103) with Microsoft SMTP Server (TLS) id 8.1.436.0; Mon, 6 Dec 2010 18:49:59 -0600
Received: from SISPE7MB1.commscope.com ([fe80::9d82:a492:85e3:a293]) by SISPE7HC1.commscope.com ([fe80::8a9:4724:f6bb:3cdf%10]) with mapi; Tue, 7 Dec 2010 08:49:58 +0800
From: "Thomson, Martin" <Martin.Thomson@andrew.com>
To: "Thomson, Martin" <Martin.Thomson@andrew.com>, IETF Discussion <ietf@ietf.org>
Date: Tue, 07 Dec 2010 08:49:56 +0800
Subject: RE: I-D Action:draft-yevstifeyev-abnf-separated-lists-01.txt
Thread-Topic: I-D Action:draft-yevstifeyev-abnf-separated-lists-01.txt
Thread-Index: AcuVor8H86wKxUKpSTywUNz5VNFmYAAAHKPAAAFUdZA=
Message-ID: <8B0A9FCBB9832F43971E38010638454F03F347E28F@SISPE7MB1.commscope.com>
References: <113441059.20101206160717@pobox.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: en-US
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-BCN: Meridius 1000 Version 3.4 on csmailgw1.commscope.com
X-BCN-Sender: Martin.Thomson@andrew.com
X-BeenThere: ietf@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: IETF-Discussion <ietf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/ietf>, <mailto:ietf-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ietf>
List-Post: <mailto:ietf@ietf.org>
List-Help: <mailto:ietf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf>, <mailto:ietf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 07 Dec 2010 00:48:36 -0000

On 2010-12-07 at 11:47:15, Thomson, Martin wrote:
>   {n}^({a}){m}{e} => {e} {n-1}*{m ? m-n : ''}({a} {e}) ; where n > 0
>                      {e} *{m ? m-1 : ''}({a} {e})      ; where n == 0

My mistake, forgot the brackets on the second:
                     [{e} *{m ? m-1 : ''}({a} {e})]      ; where n == 0