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

⟦557b4f488⟧ Ada Source

    Length: 5120 (0x1400)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Instructions_Generales, seg_048fff, seg_0493d5

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, Erreur, Instruction_Si, Instruction_Pour;
with Liste_D_Instructions, Models, Symbols, Comps_Dictionary, Verbs_Dictionary;

use Lexical, Token_List;

package body Instructions_Generales is

    Instruction_Generale_First : Token_List.Object := Make ((Si, Pour));
    Instruction_Generale_Follow : Token_List.Object :=
       Make ((Si, Pour, Animation_Generale));

    procedure Instruction_Generale (Liste : in out Liste_D_Instructions.Object;
                                    Models_Table : Models.Object;
                                    Symbols_Table : Symbols.Object;
                                    Comp : Comps_Dictionary.Object;
                                    Dict : Verbs_Dictionary.Object) is  
    begin

        if Is_In (Lexical.Get_Token, Instruction_Si.First) then
            Instruction_Si.Parse (Liste, Models_Table,
                                  Symbols_Table, Comp, Dict);  
        else
            if Is_In (Lexical.Get_Token, Instruction_Pour.First) then
                Instruction_Pour.Parse (Liste, Models_Table,
                                        Symbols_Table, Comp, Dict);  
            else
                Erreur.Syntaxe ("Mauvaise instruction generale",
                                Instruction_Generale_Follow);
            end if;
        end if;

    end Instruction_Generale;


    procedure Parse (Liste : in out Liste_D_Instructions.Object;
                     Models_Table : Models.Object;
                     Symbols_Table : Symbols.Object;
                     Comp : Comps_Dictionary.Object;
                     Dict : Verbs_Dictionary.Object) is
    begin

        Instruction_Generale (Liste, Models_Table, Symbols_Table, Comp, Dict);
        while Is_In (Lexical.Get_Token, Instruction_Generale_First) loop
            Instruction_Generale (Liste, Models_Table,
                                  Symbols_Table, Comp, Dict);
        end loop;

    end Parse;

end Instructions_Generales;


E3 Meta Data

    nblk1=4
    nid=3
    hdr6=6
        [0x00] rec0=18 rec1=00 rec2=01 rec3=024
        [0x01] rec0=17 rec1=00 rec2=02 rec3=022
        [0x02] rec0=07 rec1=00 rec2=04 rec3=001
        [0x03] rec0=94 rec1=00 rec2=00 rec3=000
    tail 0x2174d4fde865b3dd984aa 0x42a00088462060003
Free Block Chain:
  0x3: 0000  00 00 00 15 80 09 65 6e 65 72 61 6c 65 73 3b 09  ┆      enerales; ┆