DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T V

⟦1a4808162⟧ TextFile

    Length: 757 (0x2f5)
    Types: TextFile
    Names: »V«

Derivation

└─⟦25882cbde⟧ Bits:30000536 8mm tape, Rational 1000, RCI_RS6000_AIX_IBM 2_0_2
    └─ ⟦b8efda8ac⟧ »DATA« 
        └─⟦7061b4ee8⟧ 
            └─⟦this⟧ 

TextFile

with Semantic_Characteristics;
package Rci_Semantics is  
    package Sc renames Semantic_Characteristics;
    package Predefined renames Sc.Predefined_Environment_Characteristics;
    package Pragmas renames Sc.Pragma_Characteristics;
    package Attributes renames Sc.Attribute_Characteristics;
    package Rep_Specs renames Sc.Rep_Spec_Characteristics;

    function Get_Attribute_Info
                (Target_Key_Name : String) return Attributes.Object;
    function Get_Predefined_Info
                (Target_Key_Name : String) return Predefined.Object;
    function Get_Pragma_Info (Target_Key_Name : String) return Pragmas.Object;
    function Get_Rep_Spec_Info
                (Target_Key_Name : String) return Rep_Specs.Object;

end Rci_Semantics;