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-Received: by 2002:a5d:9057:: with SMTP id v23mr9872568ioq.6.1547759629750; Thu, 17 Jan 2019 13:13:49 -0800 (PST) X-Received: by 2002:a9d:da3:: with SMTP id 32mr269251ots.3.1547759629549; Thu, 17 Jan 2019 13:13:49 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.166.216.MISMATCH!q69no113417itb.0!news-out.google.com!v71ni211ita.0!nntp.google.com!k10no112859itk.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 17 Jan 2019 13:13:49 -0800 (PST) In-Reply-To: <429e35cf-3853-485f-8d9e-5385a3ca4b84@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2003:e7:ff28:90c6:d63d:7eff:fe98:7b00; posting-account=Md_OIgoAAAAkZyQ6nYoc3WBIThMpPfV7 NNTP-Posting-Host: 2003:e7:ff28:90c6:d63d:7eff:fe98:7b00 References: <73eb9d07-b3cf-4d3b-9802-eeb148a0c2e0@googlegroups.com> <0d16f930-33ce-4e62-bc63-4719199b4e02@googlegroups.com> <697312a4-5b96-472e-ae50-3ae33232c4de@googlegroups.com> <87wonq5dao.fsf@nightsong.com> <429e35cf-3853-485f-8d9e-5385a3ca4b84@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4b915158-0120-4083-90b0-87043aca1381@googlegroups.com> Subject: Re: ANTLR grammar for Ada available From: olivermkellogg@gmail.com Injection-Date: Thu, 17 Jan 2019 21:13:49 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:55295 Date: 2019-01-17T13:13:49-08:00 List-Id: On Thursday, January 3, 2019 at 11:55:18 AM UTC+1, alby....@gmail.com wrote: > [...] > My Antlr grammar can be found at https://github.com/Alex-Gamper/Ada-Grammar.git > You can use it standalone or open the visual studio solution and run/debug the > test console application as is. Feel free to raise issues / PR's on GitHub ! > > Alex Hello Alex, Thanks for publishing your grammar. The port of my ANTLR-2 Ada grammar to ANTLR-3 [1] is starting to be usable. Once that is fully functioning I will look at merging you work on `name' into my ada.g4 [2]. Cheers, Oliver [1] https://github.com/okellogg/ada_antlr_grammar/blob/master/antlr3/target_java/Ada.g [2] https://github.com/okellogg/ada_antlr_grammar/blob/master/antlr4/ada.g4