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_20,SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.5-pre1 Date: 1 Sep 93 07:43:32 GMT From: netcomsv!netcom.com!nbh@decwrl.dec.com (N.B. Hedd) Subject: Re: ADA TO C++ CODE CONVERTER Message-ID: List-Id: It's easy. Just write a small shell-script that randomly replaces characters from the set 0-9A-Za-Z with characters from the set !&*()-+={}<>/?:. For example, the following Ada text: procedure Decrement(Counter : in out CounterType); becomes: &::cre(bty&*<==**typ++) or some such nonsense. The odds are 50/50 you'll get output that actually means something to Cfront. Then pipe the output to /dev/null. -- ------------------------------------------------------------------ John R. Moore is an idiot.