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,53ca16c587912bce X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Source files organisation using gnat Date: 1997/06/30 Message-ID: #1/1 X-Deja-AN: 253709604 References: <19970630185901.OAA27670@ladder02.news.aol.com> Organization: New York University Newsgroups: comp.lang.ada Date: 1997-06-30T00:00:00+00:00 List-Id: Laurentau said <> If you are asking how ACT organizes its work, you need to realize that adainclude is the runtime library of GNAT. It consists of hundreds of routines that are essentially all at the same level, these routines can be accessed from compiler generated code. There is no "tree" structure here, it is fundamentally a flat collection of entities, much as the callable entities in the C library are a flat collection of entities.