An Ada preprocessor for altering the content of Ada source files
Date/Time of Processing: Saturday 04 June 1994 11:18:28Pm Overall Assessment of System: NOT OK Classification of System: D Basis of Classification -- Syntax Errors PASS Completeness FAIL Independence from External Libraries FAIL Independence from a Specific Ada Compiler FAIL Explanations for failures -- System is NOT Complete Parent units or subunits are missing or the sources of some exceptions are not identified System withs non-standard library units that are not provided System contains compiler-specific pragmas or uses Machine_Code Number of ... Files 12 Library Units 12 Lines 3073 Statements 837 Comments 1223 Unidentified Withed Units -- 10 unidentified withed units Subunits and Parent Units -- 1 parent program units 0 missing parent units 1 subunits 0 subunits found but not specified 1 subunits specified but not found ELSA reports that it compiled successfully except for the missing library units, but there is some question about where the missing subunit is located.
languages/ada/swtools/adapp:
File Name Size
--------- ----
adapp.zip 38,699
Totals
============== ==============
1 Files 38,699
The code for the X Library is intended to be "portable". This means that we make every attempt to isolate system, machine, and compiler dependencies. At the same time we would like to have a single set of Ada source files. This implies that we would like to have a tool that provides us with some type of conditional compilation that goes beyond whatever constant-expression evaluation or dead-code elimination that might be provided by a compiler. We need a way to write code that will not be "seen" by compilers that cannot (or will not) accept it. The Ada_Parm program provides that functionality. Ada_Parm works with Ada comments. For example, if you were preparing to compile the X Library for compilation on an R1000, then Ada_Parm would "comment out" any code that was targeted for some other computer and would "uncomment" (if necessary) any code that was specific to or required by the R1000 computer.
1 1 June 94 Initial release to the PAL
This prologue must be included in all copies of this software. Restrictions on use or distribution: NONE
This software and its documentation are provided "AS IS" and without any expressed or implied warranties whatsoever. No warranties as to performance, merchantability, or fitness for a particular purpose exist. The user is advised to test the software thoroughly before relying on it. The user must assume the entire risk and liability of using this software. In no event shall any person or organization of people be held responsible for any direct, indirect, consequential or inconsequential damages or lost profits.