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 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: "J-P. Rosen" Newsgroups: comp.lang.ada Subject: Re: Parsing Ada? Date: Thu, 04 Jun 2015 12:24:51 +0200 Organization: A noiseless patient Spider Message-ID: References: <87pp5es5u4.fsf@adaheads.sparre-andersen.dk> <85mw0hte8w.fsf@stephe-leake.org> <8738282c2a.fsf@adaheads.sparre-andersen.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 4 Jun 2015 10:23:41 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="23dab0694e4174fdc880833ec67fa650"; logging-data="28369"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/Kd5pXg+HHEjBLiR+oCf/s" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 In-Reply-To: <8738282c2a.fsf@adaheads.sparre-andersen.dk> Cancel-Lock: sha1:x5mRvlpo//8U+YGX6ASF9CUrmuE= Xref: news.eternal-september.org comp.lang.ada:26173 Date: 2015-06-04T12:24:51+02:00 List-Id: Le 04/06/2015 08:59, Jacob Sparre Andersen a écrit : > What I really need is: > > + To check that no functions are declared in the public part of the > package specification. > > + To check that no procedures with "out" or "access" parameters are > declared in the public part of the package specification. > > + A list of the procedures declared in the public part of the package > specification. Including a list of the formal parameters for each > procedure containing: > > - The name of the formal parameter. > - The functions to call for converting the formal parameter type to > and from type String. > - The default value of the formal parameter (if any). > - The type of the formal parameter (for generating a useful help/error > message). > That clearly looks like a job for ASIS. You can easily do that, with full overloading and type resolution. -- J-P. Rosen Adalog 2 rue du Docteur Lombard, 92441 Issy-les-Moulineaux CEDEX Tel: +33 1 45 29 21 52, Fax: +33 1 45 29 25 00 http://www.adalog.fr