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,e250826c4638fa0c,start X-Google-Attributes: gid103376,public From: Guest Subject: How compiler finds files ? Date: 1998/02/04 Message-ID: <34D83BB5.4992@xperts.hu>#1/1 X-Deja-AN: 321952337 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Cache-Post-Path: garfield!unknown@194.143.226.185 Content-Type: text/plain; charset=us-ascii Organization: Xperts Software Ltd, Hungary Newsgroups: comp.lang.ada Date: 1998-02-04T00:00:00+00:00 List-Id: Hi, (I have already put a very similar question up before, and received satisfactory answers from many people - thank you all. Unfortunately, that information could not help me overcoming all of my problems.) Would you please email me (gvarga@xperts.hu) the following information: 1. What Ada programming environment you work with; 2. In your environment, how "package-name resolution" works (Upon finding a "WITH PKG_NAME;" statement, how your compiler determines the file name in which PKG_NAME specification is located). 3. Is there a restriction of file name extensions in your environment (e.g. as GNU Ada requires package specifications to be in .ads files) ? I'm working on an Ada parser, which has to do package-name resolution. As far as I know, there is no standard way of that. However, I want to make my parser to be as generic as possible, and be able to work in many environments. I collect this information to obtain an view of today's Ada environments. Thank you (I hope it wasn't too long), Gabor