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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: gnatpp parameter alignment Date: Wed, 28 Nov 2018 08:42:54 +0000 Organization: A noiseless patient Spider Message-ID: References: <3bec5f4b-a5e4-408a-b9e8-9bdd18ce0671@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader01.eternal-september.org; posting-host="cc099d671a0d69306f3239b2c3e786e9"; logging-data="13368"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+zLdcxYfCbTfZcZLhfYEEHgwBzh+VeQUA=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (darwin) Cancel-Lock: sha1:zqvPwg840n3493RAJ+Qo+4Dbi5o= sha1:Z+/XNnwkn2TMEdvjxsYFx9hEe9o= Xref: reader01.eternal-september.org comp.lang.ada:54920 Date: 2018-11-28T08:42:54+00:00 List-Id: briot.emmanuel@gmail.com writes: > AdaCore has rewritten gnatpp, in the past few months, using libadalang > instead of ASIS. > Perhaps they have also improved support for such constructs. > > Doesn't seem to be available on github though (historically, gnatpp > was in the same RCS, then CVS then subversion repository as the > compiler itself). Because the CE version of ASIS contains CE/Pro specifics that won't let it build under FSF GCC (mainly to do with identifying the compiler version), I've posted a repo[1] at Github with the changes incorporated. gnatpp is part of ASIS, and has been for as long as I've been working with the FSF compiler. [1] https://github.com/simonjwright/ASIS