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.6 required=5.0 tests=BAYES_40,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,42f70750fbed404b,start X-Google-Attributes: gid103376,public From: Guest Subject: How compiler finds files Date: 1997/10/16 Message-ID: <34463F6F.67EF@xperts.hu>#1/1 X-Deja-AN: 281012424 Cache-Post-Path: garfield!unknown@194.143.226.185 Organization: Xperts Software Ltd, Hungary Newsgroups: comp.lang.ada Date: 1997-10-16T00:00:00+00:00 List-Id: Hi, It would be fine if someone could help me a bit. I am working on an Ada parser and need to know if there is a standard way of finding out the source file name from its content (that is, which file to be processed if a WITH clause found), or it is implementation dependent. Many thanks, Gabor Varga