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,c2f62556e56c9683 X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Re: 'with'ing and 'use'ing Date: 2000/03/06 Message-ID: #1/1 X-Deja-AN: 593927849 References: X-Complaints-To: abuse@pacbell.net X-Trace: news.pacbell.net 952371114 206.170.2.164 (Mon, 06 Mar 2000 11:31:54 PST) Organization: SBC Internet Services NNTP-Posting-Date: Mon, 06 Mar 2000 11:31:54 PST Newsgroups: comp.lang.ada Date: 2000-03-06T00:00:00+00:00 List-Id: >You would need something that can tell the difference between a package >name and, say, a record name. That sounds a lot like a compiler front >end, to me. ;-) But it's a very simple front end. It doesn't require the code be compilable, just parseable. And if the code isn't yet to the stage of being syntactically clean, you probably aren't to the stage of wondering just where some function was defined.