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: Libadalang Ada source codes generated Date: Mon, 21 Jan 2019 20:23:17 +0000 Organization: A noiseless patient Spider Message-ID: References: <7aeac427-b8b7-4268-a8dc-27f01173f224@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="428c71625375db162dda059f7ec84984"; logging-data="29048"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+eUc/QqtdqczLpj5PT3XfGK7v3jF/k7BI=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (darwin) Cancel-Lock: sha1:BSQloRs5P1/JDKf4guVYuHfsHo8= sha1:4co+BYlbx3ijcv4auweqOxsNOZg= Xref: reader01.eternal-september.org comp.lang.ada:55319 Date: 2019-01-21T20:23:17+00:00 List-Id: Anh Vo writes: > Before spending time to generate libadalang Ada source codes, I would > like to know if this effort has been done already. If so, would you > mind to shared it. Thanks. Don't understand - the README.md at https://github.com/AdaCore/libadalang tells how to do this. "Quick guide to use Libadalang "In order to use Libadalang, one has first to generate its code and to build it. You can read and run manually the steps in the User Manual, or you can use our script to semi-automate this (please read and update this script to adapt it to your setup before running it). After this, you can either use Libadalang in Ada with the libadalang.gpr project file, or in Python just import the libadalang module."