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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,58253cbf46bbb1fc X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!newsfeed2.dallas1.level3.net!newsfeed1.dallas1.level3.net!news.level3.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Automated conversion to C++? Date: 18 Feb 2008 13:17:49 -0600 Organization: LJK Software Message-ID: References: NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1203362247 5352 192.135.80.34 (18 Feb 2008 19:17:27 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Mon, 18 Feb 2008 19:17:27 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:19867 Date: 2008-02-18T13:17:49-06:00 List-Id: In article , Maciej Sobczak writes: > On 17 Lut, 20:50, Kilgal...@SpamCop.net (Larry Kilgallen) wrote: > >> I am not an expert, but just as a first guess I don't see a way that >> Posix could implement "end of line" and "end of page" markers without >> using an inline reserved character. > > What is wrong with ASCII 10 and 12 codes (decimal)? How would those not be "inline reserved characters" ? How would you write a line that had an ASCII 10 in the middle and get back that line that had an ASCII 10 in the middle, as you can with the Ada compiler I currently use ? I have no doubt that with Posix one could write a subset of Ada, but that was not the question posed.