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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,89104df3f4c230ff X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-20 04:32:32 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: source beautifier Date: 20 Jul 2002 04:32:32 -0700 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0207200332.1712dcb5@posting.google.com> References: NNTP-Posting-Host: 205.232.38.240 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1027164752 24865 127.0.0.1 (20 Jul 2002 11:32:32 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 20 Jul 2002 11:32:32 GMT Xref: archiver1.google.com comp.lang.ada:27266 Date: 2002-07-20T11:32:32+00:00 List-Id: Jan Prazak wrote in message news:... > Hello, > > does a source code beautifier exist for Ada? > I have searched for it in Google and AdaPower, and found nothing. There are several tools that perform this function. If you are a GNAT Pro user, then you should have a look at gnatpp, the GNAT Pro pretty printer, which is now available in a beta version to GNAT Pro users. Robert Dewar Ada Core Technologies