From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_05 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 4 Jul 93 09:12:56 GMT From: nwnexus!emagnuso@uunet.uu.net (Erik Magnuson) Subject: Re: case sensitivity Message-ID: <2166uo$h84@nwfocus.wa.com> List-Id: In article pat@nmsu.edu (Pat Gioannini) wri tes: > >Do any of the pretty printers out there use the capitalization >of the first reference of an identifier? A few years ago I added this to NAPP. It wasn't very hard. I even supported a way to provide a "dictionary" of indentifier spellings to use. (But I did not get around to implementing patterns.) Unfortunately, those changes have been lost in the mists of time as I was unable to fix some other aspects of NAPP's output. Oh, well. These days I settle for post processing my vendor's pretty printer output with a simple perl script. -- Erik