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.0 required=3.0 tests=BAYES_20, T_FILL_THIS_FORM_SHORT autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 1 Jul 93 12:54:26 GMT From: agate!howland.reston.ans.net!usenet.ins.cwru.edu!magnus.acs.ohio-state.ed u!csn!col.hp.com!news.dtc.hp.com!hpscit.sc.hp.com!icon.rose.hp.com!tom@ucbvax.B erkeley.EDU (Thomas Vachuska) Subject: Re: Ada Operators in 9x Message-ID: List-Id: I don't know Brad, but it seems like your are missing the point that Robert is trying to make - I think :). The idea is that no matter what the source code style looks like - within a reason of course - the pretty printer will put it in one's own preferred form... pragma Satire (On); -- say Bozo Clown likes it like this: package CIRCUS is type FUNNY_THING is limited private; ... private type FUNNY_THING is record ... end record; end CIRCUS; -- but Fred Dweeb likes it like this: package Circus is type Funny_Thing is limited private; ... private type Funny_Thing is record ... end record; end Circus; -- Well a sufficiently empowered (buzzword alert) pretty printer should be able -- to accomplish this despite the fact that the original source was authored by -- Joe Noindent Veryloud and it looked like this: PACKAGE CIRCUS IS TYPE FUNNY_THING IS LIMITED PRIVATE; ... PRIVATE TYPE FUNNY_THING IS RECORD ... END RECORD; END CIRCUS; pragma Satire (Off); Anyway... Is it July 4th yet? Rats!!! I mean GNATS!!! Three more days... ;) Thomas Vachuska ------------------------------------------------------------------------------ tom@mothra.rose.hp.com (916)-785-4983 (Telnet & Voice Mail) ------------------------------------------------------------------------------