clarkgrubb / hyperpolyglot

hyperpolyglot.org
Other
479 stars 96 forks source link

Missing Ada Language Features/Items #8

Closed OneWingedShark closed 9 years ago

OneWingedShark commented 9 years ago

.ads -- Spec file .adb -- Body file [implementation] .ada -- File containing multiple compilation units or completion of SEPARATE packages/subprograms.

call an instantiation of Ada.Unchecked_Deallocation on the appropriate access type.

Integer

Float

(user defined) Type Currency is delta 0.01 digits 20;

(for S being a Scalar subtype) S'Min( S_1, S_2 ) S'Max( S_1, S_2 )

abs

(Given B as an instantiation of Ada.Strings.Bounded.Generic_Bounded_Length) B.Bounded_String

Ada.Strings.Unbounded.Unbounded_String

etc.

clarkgrubb commented 9 years ago

incorporated