DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

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

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦26749d70d⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Liste_Synonymes, seg_049025, seg_0493ed

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦5a81ac88f⟧ »Space Info Vol 1« 
        └─⟦this⟧ 
└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦cfc2e13cd⟧ »Space Info Vol 2« 
        └─⟦this⟧ 

E3 Source Code



with Lexical, Token_List, Verbs_Dictionary, Erreur;
use Lexical, Token_List;

package body Liste_Synonymes is

    First_Bis : Token_List.Object := Make (Virgul);
    Liste_Synonyme_Follow : Token_List.Object := Make ((Virgul, Parntf));

    procedure Liste_Synonyme (Dict : in out Verbs_Dictionary.Object) is
    begin
        if Lexical.Get_Token = Id then
            if Verbs_Dictionary.Exist (Lexical.Get_Value, Dict) then
                Erreur.Verbe ("Synonyme deja existant");
            else
                Verbs_Dictionary.Add_Synonym (Lexical.Get_Value, Dict);
            end if;
            Lexical.Next;
        else
            Erreur.Syntaxe ("Manque Id", Liste_Synonyme_Follow);
        end if;
    end Liste_Synonyme;

    procedure Parse (Dict : in out Verbs_Dictionary.Object) is
    begin

        Liste_Synonyme (Dict);
        while Is_In (Lexical.Get_Token, First_Bis) loop
            Lexical.Next;
            Liste_Synonyme (Dict);
        end loop;

    end Parse;

end Liste_Synonymes;

E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=1e rec1=00 rec2=01 rec3=040
        [0x01] rec0=06 rec1=00 rec2=02 rec3=001
    tail 0x2174d5230865b3e19126f 0x42a00088462060003