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

⟦4d23b0889⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Synchro, seg_040cc0, seg_040cdb

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 Error;
with Follow;
with Lex;
with Text_Io;

package body Synchro is

    function Found_Following_Token
                (The_Follows : Follow.Set_Of) return Boolean is
        use Lex;
    begin
        if Lex.Get_Token = L_Eof then
            return True;
        end if;
        for I in Follow.Set_Of'Range loop
            if The_Follows (Lex.Get_Token) then
                return True;
            end if;

        end loop;
        return False;

    end Found_Following_Token;

    procedure Is_On (The_Message : Error.Message; Follows : Follow.Set_Of) is
        Synchro_Ok : Boolean;
    begin
        --  Text_Io.Put_Line ("before " & Lex.Token'Image (Lex.Get_Token));
        Error.Print (The_Message);
        loop
            Synchro_Ok := Found_Following_Token (Follows);
            exit when Synchro_Ok;
            Lex.Next;
            --    Text_Io.Put_Line ("search   " & Lex.Token'Image (Lex.Get_Token));
        end loop;
        --   Text_Io.Put_Line ("after  " & Lex.Token'Image (Lex.Get_Token));
    end Is_On;

end Synchro;


E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=24 rec1=00 rec2=01 rec3=018
        [0x01] rec0=06 rec1=00 rec2=02 rec3=001
    tail 0x217410e9c861235b8a380 0x42a00088462060003