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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2ca464c92c72e0e9 X-Google-Attributes: gid103376,public From: "Ira D. Baxter" Subject: Re: Ada grammar Date: 2000/05/05 Message-ID: #1/1 X-Deja-AN: 619568814 References: <07a73f60.478cecce@usw-ex0102-015.remarq.com> X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Complaints-To: newsabuse@supernews.com Organization: Posted via Supernews, http://www.supernews.com X-MSMail-Priority: Normal Newsgroups: comp.lang.ada Date: 2000-05-05T00:00:00+00:00 List-Id: I assume that your intent is to build some kind of parsing engine for some task. If thats what you want to do, you might check out the DMS Reengineering Toolkit, http://www.semdesigns.com/Products/DMS/DMSToolkit.html. DMS parses many languages, automatically builds ASTs, can carry out analyses and transformations on those ASTs, compute new ASTs in other langugaes, and prettyprint the results. It already has an Ada95 front end. I can send slides giving a bigger picture of the tool if you'd like. Ira Baxter, Ph.D., CTO idbaxter@semdesigns.com 512-250-1018x140 Semantic Designs, Inc., www.semdesigns.com FAX 512-250-1191 12636 Research Blvd #C214, Austin, Texas 78759 bradders wrote in message news:07a73f60.478cecce@usw-ex0102-015.remarq.com... > Anyone know where I can get a grammar for Ada 95? > I checked the FAQ and it points to: - > > ftp://sw-eng.falls- > church.va.us/public/AdaIC/standards/95lrm_rat/grammar9x.y > > This site just has a message telling me that it doesn't have > anything anymore and points me to a web site that also appears > to have no grammar. > > Any help appreciated. > > Brad > > * Sent from RemarQ http://www.remarq.com The Internet's Discussion Network * > The fastest and easiest way to search and participate in Usenet - Free! >