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-10-21 07:06:22 PST From: "Ira Baxter" Newsgroups: comp.lang.ada References: Subject: Re: Compiler construction tools for Ada Date: Mon, 21 Oct 2002 09:10:24 -0500 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: <3db409dc$1@giga.realtime.net> X-Trace: giga.realtime.net 1035209180 t1-30.realtime.net (21 Oct 2002 09:06:20 -0500) Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!diablo.theplanet.net!newsfeed1.cidera.com!Cidera!giga.realtime.net!not-for-mail Xref: archiver1.google.com comp.lang.ada:29977 Date: 2002-10-21T09:10:24-05:00 List-Id: See the DMS Software Reengineering Toolkit. http://www.semdesigns.com/Products/DMS/DMSToolkit.html. Parsers, attribute evaluators, symbol table management, surface-syntax tree-to-tree rewriting, prettyprinting, scalable, available with Ada83/95 parser front ends. -- Ira D. Baxter, Ph.D., CTO 512-250-1018 Semantic Designs, Inc. www.semdesigns.com "Piotr Zgorecki" wrote in message news:slrnar7kn9.ocf.pioter@chmurka.galaxy.faraway... > 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