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.6 required=5.0 tests=BAYES_20,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e9f0eae6d714d11c X-Google-Attributes: gid103376,public From: Steve O'Neill Subject: Re: Gnat pretty printing Date: 1998/12/09 Message-ID: <366E86FF.64933A71@lmco.com>#1/1 X-Deja-AN: 420436873 Content-Transfer-Encoding: 7bit References: <74lt16$9r0@romeo.logica.co.uk> Content-Type: text/plain; charset=us-ascii Organization: Sanders, A Lockheed Martin Company Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-12-09T00:00:00+00:00 List-Id: Matt Tyler wrote: > Does anyone know if it is possible for my gnat ada compiler running under > win95 pretty print? I.e. change font or use bold type for reserved words > etc?? Well GNAT the compiler doesn't do this (nor would I expect it to). Another tool that does do this is GRASP developed at Auburn University. It does some interesting things in addition to the 'normal' pretty printing. Yes, there is a Win95/NT version. You can download it from http://www.eng.auburn.edu/department/cse/research/grasp/ Good luck, Steve O'Neill