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 10.182.19.164 with SMTP id g4mr6221972obe.21.1391791957017; Fri, 07 Feb 2014 08:52:37 -0800 (PST) X-Received: by 10.140.20.167 with SMTP id 36mr307434qgj.13.1391791956951; Fri, 07 Feb 2014 08:52:36 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!eu.feeder.erje.net!news.ripco.com!news.glorb.com!uq10no10554324igb.0!news-out.google.com!y18ni5904qap.1!nntp.google.com!f11no13476845qae.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 7 Feb 2014 08:52:36 -0800 (PST) In-Reply-To: <5a341bef-ace4-468c-b5b6-55d46868d802@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=31.23.132.53; posting-account=niG3UgoAAAD7iQ3takWjEn_gw6D9X3ww NNTP-Posting-Host: 31.23.132.53 References: <5a341bef-ace4-468c-b5b6-55d46868d802@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Tools Generating Ada From: Vadim Godunko Injection-Date: Fri, 07 Feb 2014 16:52:36 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:18428 Date: 2014-02-07T08:52:36-08:00 List-Id: On Friday, February 7, 2014 12:57:28 PM UTC+4, vincent....@gmail.com wrote: >=20 > I have a question regarding Ada Code Generation tools, like Aflex / Ayacc= for instance. How can I insert them into the automatic build process ? I u= se GNAT=A0GPL, so is it possible to create a GPRBuild project that generate= s Ada files from an AYacc source and then compile the Ada sources ? Do I ne= ed to use a make file ? Where can I find examples ? >=20 You need to use Makefile or shell script to run -to-Ada code gen= erators.