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-Thread: 103376,60cf103f8ae4940d X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!w7g2000hsa.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Status of ayacc and aflex? Date: Fri, 22 Aug 2008 07:17:30 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <48acd484$0$24596$4d3efbfe@news.sover.net> <9ceb2207-6a3d-407c-84dc-885bfaa07ec1@j22g2000hsf.googlegroups.com> <48aebeb3$0$23599$4f793bc4@news.tdc.fi> NNTP-Posting-Host: 153.98.68.197 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1219414651 24952 127.0.0.1 (22 Aug 2008 14:17:31 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 22 Aug 2008 14:17:31 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: w7g2000hsa.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.3) Gecko/20040924,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:1763 Date: 2008-08-22T07:17:30-07:00 List-Id: Niklas Holsti wrote: > I very much like the absence of any "generator" step -- a simple > "gnatmake" is enough to update the application after a change to > the token structure. > > I have not used the parsing functions in OpenToken; they did not > exist when I started to use OpenToken, so I got into the habit of > writing my parsers manually. I too like the absence of a generator, and I'm used to writing my own parsers by hand. Did you find that OpenToken helped a lot in doing that? I've never used it myself because all the languages I've had to parse were extremely simple (and purpose-built). -- Ludovic Brenta.