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: a07f3367d7,4fd338e56f592cfb X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.180.76.194 with SMTP id m2mr2916231wiw.4.1367665830339; Sat, 04 May 2013 04:10:30 -0700 (PDT) Path: p18ni66813wiv.0!nntp.google.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!85.12.40.131.MISMATCH!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newspeer1.nac.net!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nrc-news.nrc.ca!News.Dal.Ca!news.litech.org!news.stack.nl!feeder.erje.net!us.feeder.erje.net!news.ripco.com!news.glorb.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail NNTP-Posting-Date: Wed, 01 May 2013 06:33:15 -0500 Date: Wed, 01 May 2013 07:33:15 -0400 From: "Peter C. Chapin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: LALR parser question References: <85sj2aydwi.fsf@stephe-leake.org> <80d9c981-1487-4a2e-97a4-9965174e9cea@googlegroups.com> In-Reply-To: <80d9c981-1487-4a2e-97a4-9965174e9cea@googlegroups.com> Message-ID: X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-XtNZfqRb6MlINzzpGJdZKAtefsxQE+BD3e7H9imjaGz6i5N58imIckEp9DRDPxEg50KOjVzInJV1M8G!IG8T2bJkPsJ4aTz/Ayk90UNDP35xT++doZ69cTCky1i+W4D+zDBCsrRSRZOJvL4= X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1923 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2013-05-01T07:33:15-04:00 List-Id: On 04/30/2013 09:14 AM, john@peppermind.com wrote: > Have you checked ANTLR's Ada backend? It seems to have been lying dormant for a long time. How usable is it? I don't intend to use it. In fact ANTLR v4 only generates Java at the moment (well, when I checked a few weeks ago). They say support for additional languages is coming but Ada isn't in the list so using ANTLR v4 to generate Ada would require adding that support as well. The parser I'm playing with will use the Java generated code with Scala. Peter