DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ T V ┃
Length: 876 (0x36c) Types: TextFile Names: »V«
└─⟦516dceb10⟧ Bits:30000751 8mm tape, Rational 1000, RCI_VADS └─ ⟦9a14c9417⟧ »DATA« └─⟦this⟧
with Semantic_Characteristics; package Rcf_Semantics is -- Contains the customizations for attribute info,predefined info, -- pragma info and rep spec info 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 Rcf_Semantics;