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,FREEMAIL_FROM autolearn=ham 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: g2news1.google.com!postnews.google.com!x35g2000hsb.googlegroups.com!not-for-mail From: gautier_niouzes@hotmail.com Newsgroups: comp.lang.ada Subject: Re: Status of ayacc and aflex? Date: Thu, 21 Aug 2008 07:55:07 -0700 (PDT) Organization: http://groups.google.com Message-ID: <7fbe8f3f-28f9-4eec-9bb4-e27fd69f01a0@x35g2000hsb.googlegroups.com> References: <48acd484$0$24596$4d3efbfe@news.sover.net> NNTP-Posting-Host: 206.122.158.4 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1219330507 13577 127.0.0.1 (21 Aug 2008 14:55:07 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 21 Aug 2008 14:55:07 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x35g2000hsb.googlegroups.com; posting-host=206.122.158.4; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:1731 Date: 2008-08-21T07:55:07-07:00 List-Id: If you still need ayacc & aflex, there is an improved version coming with the GWenerator at http://sf.net/projects/gnavi/ Both tools compile "out of the box" with GNAT - and probably any Ada 95+ compiler. Improvements are: - added functions to track line & column of parsed code - possibility of setting table sizes without changing the tools themselves - the mighty "Syntax Error" indicates line number - lots of useless "with" or "use" removed in both ayacc & aflex sources, and other details spotted by GNAT HTH Gautier