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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Path: border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!fx27.iad.POSTED!not-for-mail From: Shark8 User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:30.0) Gecko/20100101 Thunderbird/30.0a1 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Functions vs constants References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: X-Complaints-To: abuse@teranews.com NNTP-Posting-Date: Sat, 26 Jul 2014 02:36:40 UTC Organization: TeraNews.com Date: Fri, 25 Jul 2014 20:36:39 -0600 X-Received-Bytes: 1696 X-Received-Body-CRC: 2759992177 X-Original-Bytes: 1711 Xref: number.nntp.dca.giganews.com comp.lang.ada:187883 Date: 2014-07-25T20:36:39-06:00 List-Id: On 24-Jul-14 22:43, Randy Brukardt wrote: > It simply was too hard for a tool that primarily > does text-level analysis. Indeed, I can't imagine that they could have > reasonably implemented Ada visibility rules (short of basing their tools on > ASIS or some specific Ada compiler) -- it's just too hard of a project. I'm > sure doing that wasn't a priority for them, the priority would have been the > proof facilities. Programs shouldn't be analyzed as text, too many "Why can't I parse XML with RegEx!?" posts on programming-help sites [like StackOverflow] point to this. and isn't this what DIANA was intended for: to provide access to the actual structure of the program [essentially] independent of the text?