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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,60cf103f8ae4940d X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.glorb.com!transit3.readnews.com!news-xxxfer.readnews.com!news-out.readnews.com!postnews3.readnews.com!not-for-mail Date: Thu, 21 Aug 2008 06:34:57 -0400 From: "Peter C. Chapin" User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Status of ayacc and aflex? References: <48acd484$0$24596$4d3efbfe@news.sover.net> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <48ad44cf$0$28636$4d3efbfe@news.sover.net> Organization: SoVerNet (sover.net) NNTP-Posting-Host: e2fe7b46.news.sover.net X-Trace: DXC=kKQAHfP94o8kL[6Ua@kS53K6_LM2JZB_34Tn]eEdjMS43?@`i3kGa5;]ai1kBGXda4lb]d3k;h<95 X-Complaints-To: abuse@sover.net Xref: g2news2.google.com comp.lang.ada:7448 Date: 2008-08-21T06:34:57-04:00 List-Id: Stephen Leake wrote: > Depending on what you are really doing, you can use ASIS. Yes, I thought about using ASIS (which I have used before). However, that ties my executable to a particular compiler version and would make my program unusable with a compiler that does not support ASIS. These are both significant disadvantages in my case it seems to me. Or do all compilers support ASIS these days? Peter