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=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a24:100a:: with SMTP id 10mr27090776ity.34.1546252979265; Mon, 31 Dec 2018 02:42:59 -0800 (PST) X-Received: by 2002:a9d:6f14:: with SMTP id n20mr747626otq.2.1546252979026; Mon, 31 Dec 2018 02:42:59 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.mixmin.net!proxad.net!feeder1-2.proxad.net!209.85.166.215.MISMATCH!k10no11184itk.0!news-out.google.com!v141ni33ita.0!nntp.google.com!k10no11180itk.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 31 Dec 2018 02:42:58 -0800 (PST) In-Reply-To: <87k1jq572u.fsf@nightsong.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=101.164.96.244; posting-account=wavAeAoAAAAZF_sXSZepBukuPCBO0Zqt NNTP-Posting-Host: 101.164.96.244 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> <87k1jq572u.fsf@nightsong.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <273a8fe2-7f29-4c41-9d18-4e3f3b14e1e9@googlegroups.com> Subject: Re: ANTLR grammar for Ada available From: alby.gamper@gmail.com Injection-Date: Mon, 31 Dec 2018 10:42:59 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:55138 Date: 2018-12-31T02:42:58-08:00 List-Id: On Monday, December 31, 2018 at 9:22:35 PM UTC+11, Paul Rubin wrote: > alby.gamper@gmail.com writes: > > Thanks for the feedback!, Let me wait for some further feedback from > > the Ada community, so I can ascertain the extent of the interest in > > this piece of work. > > No problem. > > > Note that I don't believe this as a competing library to the great work that > > AdaCore have done with "libadalang", > > Libadalang also looks interesting! I didn't know about it before. > > > But an alternative to those use cases where the client application > > CANNOT easily be written in Ada (such as an Microsoft Visual Studio > > Plugin/Extension) > > You can also use libadalang from C or Python, apparently. I don't know > if that helps with Visual Studio. Hi Paul Yes "libadalang" can of course be used from C/C++ but this requires a small C++/CLI wrapper library WHEN used from a Visual Studio plugin/extension. I am in the process of testing/setting this up as we speak, and hope to be able to confirm that this all works as the MS documentation says id should :-) Alex