From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,287f73fa8b0c840d X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Date: Mon, 25 Apr 2005 12:34:20 -0400 From: James Alan Farrell Organization: GrammaTech, Inc. User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Syntax question: new with a constrained subtype indication References: <426d10d1$1_2@newsfeed.slurp.net> <426D15D1.703@mailinator.com> In-Reply-To: <426D15D1.703@mailinator.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Host: fw.grammatech.com Message-ID: <426d1c5e_3@newsfeed.slurp.net> X-Trace: newsfeed.slurp.net 1114446942 209.4.89.67 (25 Apr 2005 11:35:42 -0500) X-Original-NNTP-Posting-Host: 209.4.89.67 Path: g2news1.google.com!news1.google.com!news4.google.com!news.glorb.com!news.moat.net!newsfeed.slurp.net!not-for-mail Xref: g2news1.google.com comp.lang.ada:10689 Date: 2005-04-25T12:34:20-04:00 List-Id: >> V := new Vector range 1 .. 10; > > > What I've done quite frequently is > > V := new Vector (1 .. 10); > Yes, but the problem is I need to account for the WHOLE EBNF, not just what I would do. (ie, I need to account for ANYTHING my customers MIGHT do) Thanks