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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,8143b93889fe9472,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.110.68 with SMTP id m4mr7485121qap.2.1359349329763; Sun, 27 Jan 2013 21:02:09 -0800 (PST) X-Received: by 10.49.1.70 with SMTP id 6mr2117877qek.27.1359349329666; Sun, 27 Jan 2013 21:02:09 -0800 (PST) Path: k2ni2734qap.0!nntp.google.com!p13no5715357qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 27 Jan 2013 21:02:09 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=90.194.162.148; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 90.194.162.148 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8dfcf819-e1d0-4578-a795-a4bf724b5014@googlegroups.com> Subject: Ada standard and maximum line lengths From: Lucretia Injection-Date: Mon, 28 Jan 2013 05:02:09 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2013-01-27T21:02:09-08:00 List-Id: Hi, I was reading the Ada 2012 standard and found this, I was just wondering why there is a maximum line length, it's not like we parse the language a line at a time. Why not just accept it as a stream of tokens and if there are line breaks, ignore? Luke.