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

⟦082089607⟧ Ada Source

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

Derivation

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

E3 Source Code



with Lex, Error, Debug;
with Material_Description, Theater_Description, Spectacle_Description;
package body Shownet_File is

    procedure Parse (Success : in out Boolean) is
        Ok : Boolean := True;
    begin  
        Success := True;
        if Lex.Current_Token_Is (Lex.Materiel) then
            Debug.Put (1);
            Lex.Next;
            Material_Description.Parse (Ok);
        else
            Error.Append (49);  
            Success := False;
        end if;

        if Lex.Current_Token_Is (Lex.Theatre) then
            Debug.Put (100);
            Lex.Next;
            Theater_Description.Parse (Ok);
        else
            Debug.Put (101);
            Error.Append (50);  
            Success := False;
        end if;

        if Lex.Current_Token_Is (Lex.Spectacle) then
            Debug.Put (200);
            Lex.Next;
            Spectacle_Description.Parse (Ok);
        else
            Debug.Put (210);
            Error.Append (51);
            Success := False;
        end if;

    end Parse;

end Shownet_File;

E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=23 rec1=00 rec2=01 rec3=00e
        [0x01] rec0=08 rec1=00 rec2=02 rec3=001
    tail 0x21733d55e84e06b230bd7 0x42a00088462060003