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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,38fc011071df5a27 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-27 17:25:50 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!opentransit.net!wanadoo.fr!teaser.fr!enst.fr!not-for-mail From: "Robert C. Leif" Newsgroups: comp.lang.ada Subject: RE: Ideas for Ada 200X Date: Tue, 27 May 2003 17:25:23 -0700 Organization: ENST, France Message-ID: NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: avanie.enst.fr 1054081548 76153 137.194.161.2 (28 May 2003 00:25:48 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Wed, 28 May 2003 00:25:48 +0000 (UTC) To: "'Frank'" , Return-Path: X-Envelope-From: rleif@rleif.com X-Mailer: Microsoft Outlook, Build 11.0.4920 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: Thread-Index: AcMkqr63FRMkXPrqTPqfvbXj48zTIwAAmKeg X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: comp.lang.ada mail to news gateway List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:37870 Date: 2003-05-27T17:25:23-07:00 XML has formalized multiline comments. .................... Therefore by analogy, one could create annotation and documentation = types in Ada. These could be implemented as bounded strings. This would permit = the compiler and tools like ASIS to have knowledge about the documentation. = One other approach, which I do not like, but must be included for = completeness, is to create a means to include XML blocks in Ada sources. This was done with embedded SQL. A third approach is to create a hyperlink in the Ada sources that points to sections of XML documents. And a fourth approach, which I favor, is to recast the Ada sources into XML documents. This = last approach has the advantages of extending the number of editors that can = be used with Ada; permitting the addition of formatting elements, such as = bold, italics, and fonts; and not requiring any changes to the Ada standard. Bob Leif -----Original Message----- From: Frank [mailto:franjoe@frisurf.no]=20 Sent: Tuesday, May 27, 2003 8:38 PM To: comp.lang.ada@ada.eu.org What about the possibility of commenting several lines like /* ...... = */? Frank "Tony Gair" wrote in message news:6a90b886.0305262344.1d558079@posting.google.com... > How about, since we know client server and the internet are here to > stay, integrating the distributed annex into Ada. > > Perhaps Glade would not have so many problems with having two > s-straat.adb files then.