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

⟦f54325c5f⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Instructions_Globales, seg_040daf

Derivation

└─⟦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, Erreur, Instruction_Si, Instruction_Pour;
use Lexical;

package body Instructions_Globales is


    procedure Instruction_Globale is
    begin
        if Instruction_Si.Is_In_First (Lexical.Get_Token) then
            Instruction_Si.Parse;
        else
            if Instruction_Pour.Is_In_First (Lexical.Get_Token) then
                Instruction_Pour.Parse;
            else
                Erreur.Parse ("Mauvaise instruction globale");
            end if;
        end if;
    end Instruction_Globale;


    function Is_In_First (T : Token) return Boolean is
    begin
        if (Instruction_Si.Is_In_First (T) or
            Instruction_Pour.Is_In_First (T)) then
            return True;
        else
            return False;
        end if;
    end Is_In_First;


    procedure Parse is
    begin
        Instruction_Globale;

        while (Is_In_First (Lexical.Get_Token)) loop

            Instruction_Globale;
        end loop;

    end Parse;

end Instructions_Globales;



E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=28 rec1=00 rec2=01 rec3=000
        [0x01] rec0=08 rec1=00 rec2=02 rec3=001
    tail 0x21741200a86126222a273 0x42a00088462060003