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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3d6ef988ec3a5ef7 X-Google-Attributes: gid103376,public From: stt@houdini.camb.inmet.com (Tucker Taft) Subject: Re: renaming Interfaces.Java.Ada_To_Java_String to the + operator Date: 1998/01/24 Message-ID: #1/1 X-Deja-AN: 318873155 Sender: news@inmet.camb.inmet.com (USENET news) X-Nntp-Posting-Host: houdini.camb.inmet.com References: Organization: Intermetrics, Inc. Newsgroups: comp.lang.ada Date: 1998-01-24T00:00:00+00:00 List-Id: Robert Dewar (dewar@merv.cs.nyu.edu) wrote: : ... : But I really would like some more input on this (surely we still have : *some* Ada folks around the newsgroup, and not just cross-posting : trollers :-) : It is really useful to have lots of input on error message things, since : they are so subjective. For what it is worth, this is what our AdaMagic front end produces for an illegal sequence: Source file: unary_plus.ada.bad Sat Jan 24 11:05:19 1998 1 procedure unary_plus is 2 x : Integer; 3 begin 4 x := x - + x; * *****Error: LRM:4.5(8) Badly formed expression; possibly missing '(', skipping ***** to next separator 5 end; -- -Tucker Taft stt@inmet.com http://www.inmet.com/~stt/ Intermetrics, Inc. Burlington, MA USA