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 Path: g2news1.google.com!news3.google.com!news.glorb.com!feeder.xsnews.nl!feeder.news-service.com!post.news-service.com!news1.surfino.com!not-for-mail Message-Id: <1274636.7TPvRdpl6B@linux1.krischik.com> From: Martin Krischik Subject: Re: Syntax question: new with a constrained subtype indication Newsgroups: comp.lang.ada Date: Mon, 25 Apr 2005 20:52:20 +0200 References: <426d10d1$1_2@newsfeed.slurp.net> <426D15D1.703@mailinator.com> <426d1c5e_3@newsfeed.slurp.net> User-Agent: KNode/0.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: abuse@surfino.com Organization: Surfino Gmbh NNTP-Posting-Host: 83.169.175.19 (83.169.175.19) NNTP-Posting-Date: Tue, 26 Apr 2005 09:15:00 +0200 X-Trace: 60206426dea74f60c0ab605534 Xref: g2news1.google.com comp.lang.ada:10711 Date: 2005-04-25T20:52:20+02:00 List-Id: James Alan Farrell wrote: >>> 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) How is he going to do it when the compiler won't compile it? Martin -- mailto://krischik@users.sourceforge.net Ada programming at: http://ada.krischik.com