Lady Ada

Ada '83 Language Reference Manual

Copyright 1980, 1982, 1983 owned by the United States Government. Direct reproduction and usage requests to the Ada Information Clearinghouse.


1.1. Scope of the Standard

[UP][NEXT]

This standard specifies the form and meaning of program units written in Ada. Its purpose is to promote the portability of Ada programs to a variety of data processing systems.

Sub-topics:

1.1.1. Extent of the Standard

[UP][NEXT]

This standard specifies:

  1. The form of a program unit written in Ada.
  2. The effect of translating and executing such a program unit.
  3. The manner in which program units may be combined to form Ada programs.
  4. The predefined program units that a conforming implementation must supply.
  5. The permissible variations within the standard, and the manner in which they must be specified.
  6. Those violations of the standard that a conforming implementation is required to detect, and the effect of attempting to translate or execute a program unit containing such violations.
  7. Those violations of the standard that a conforming implementation is not required to detect.
This standard does not specify:
  1. The means whereby a program unit written in Ada is transformed into object code executable by a processor.
  2. The means whereby translation or execution of program units is invoked and the executing units are controlled.
  3. The size or speed of the object code, or the relative execution speed of different language constructs.
  4. The form or contents of any listings produced by implementations; in particular, the form or contents of error or warning messages.
  5. The effect of executing a program unit that contains any violation that a conforming implementation is not required to detect.
  6. The size of a program or program unit that will exceed the capacity of a particular conforming implementation.
Where this standard specifies that a program unit written in Ada has an exact effect, this effect is the operational meaning of the program unit and must be produced by all conforming implementations. Where this standard specifies permissible variations in the effects of constituents of a program unit written in Ada, the operational meaning of the program unit as a whole is understood to be the range of possible effects that result from all these variations, and a conforming implementation is allowed to produce any of these possible effects. Examples of permissible variations are:

1.1.2. Conformity of an Implementation With the Standard

[PREVIOUS][UP]

A conforming implementation is one that:

  1. Correctly translates and executes legal program units written in Ada, provided that they are not so large as to exceed the capacity of the implementation.
  2. Rejects all program units that are so large as to exceed the capacity of the implementation.
  3. Rejects all program units that contain errors whose detection is required by the standard.
  4. Supplies all predefined program units required by the standard.
  5. Contains no variations except where the standard permits.
  6. Specifies all such permitted variations in the manner prescribed by the standard.
[INDEX][CONTENTS]
[Ada Information Clearinghouse]

Address any questions or comments to adainfo@sw-eng.falls-church.va.us.