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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a24b018d93ac1bc6 X-Google-Attributes: gid103376,public From: Marin David Condic Subject: Re: Ada 83 pretty printers Date: 1999/08/26 Message-ID: <37C5C5DC.589071A7@pwfl.com>#1/1 X-Deja-AN: 517630580 Content-Transfer-Encoding: 7bit Sender: condicma@bogon.pwfl.com References: X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Organization: Pratt & Whitney Mime-Version: 1.0 Reply-To: e108678@pwflcom Newsgroups: comp.lang.ada Date: 1999-08-26T00:00:00+00:00 List-Id: Tony Vincent wrote: > Hi there, and thanks for reading my first posting. > > I'm sure this is something which has cropped up before, but I am > currently working on a project which BADLY needs an Ada source code > formatter for Ada 83 code. Can anybody point me in the direction of a > formatter with the following properties...? > I have an Ada pretty printer which I wrote a *very* long time ago and over the years it has undergone some mods. It only does Ada83 code, but it was compiled under DEC Ada for the Vax/Alpha/VMS system. I've run it through GNAT for the Alpha/VMS system and it seems to be O.K. (after a couple of minor mods for 1 Ada83/95 incompatibility and one GNAT/DEC-Ada incompatibility) It has some system dependencies because of shortcomings of Ada83 (getting command line parameters) but they should be minor if you want to take it somewhere other than VMS. I'll post it on my web site tonight. Let me know how it works out for you. MDC -- Marin David Condic Real Time & Embedded Systems, Propulsion Systems Analysis United Technologies, Pratt & Whitney, Large Military Engines M/S 731-95, P.O.B. 109600, West Palm Beach, FL, 33410-9600 ***To reply, remove "bogon" from the domain name.*** Visit my web page at: http://www.mcondic.com/