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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8a143aa30f12e518 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-03 13:31:10 PST From: "Ira Baxter" Newsgroups: comp.lang.ada References: <3DC47A11.567478C3@sympatico.ca> Subject: Re: Compiler construction tools for Ada Date: Sun, 3 Nov 2002 15:36:10 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 NNTP-Posting-Host: t1-30.realtime.net Message-ID: <3dc59598@giga.realtime.net> X-Trace: giga.realtime.net 1036359064 t1-30.realtime.net (3 Nov 2002 15:31:04 -0600) Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!ra.nrl.navy.mil!dca6-feed2.news.algx.net!allegiance!newsfeed1.cidera.com!Cidera!giga.realtime.net!not-for-mail Xref: archiver1.google.com comp.lang.ada:30326 Date: 2002-11-03T15:36:10-06:00 List-Id: > Piotr Zgorecki wrote: > > > > Hi, > > > > Does anybody know of any compiler construction tools for Ada? I found > > only an outdated port of yacc/lex. I'm interested especially in > > parser/tree parser generators. > > > > Pete If you mean, "that are for (processing) Ada", see the DMS Software Reengineering Toolkit, with Ada83 and Ada95 front end parsers, tree builders, and prettyprinters. You can also write source-to-source transformations, and/or run attribute evaluations to carry out analyses. See http://www.semdesigns.com/Products/DMS/DMSToolkit.html. -- Ira D. Baxter, Ph.D., CTO 512-250-1018 Semantic Designs, Inc. www.semdesigns.com