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

⟦bb3660054⟧ Ada Source

    Length: 4096 (0x1000)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Theater_Description, seg_038b5e

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 Lex, Error, Symbol, Debug;
with Adress;

package body Theater_Description is
    procedure Parse (Success : in out Boolean) is  
        Ok : Boolean := True;
        The_Value : Natural;
    begin
        Success := True;
        if Lex.Current_Token_Is (Lex.Identifier) then
            declare
                Theatre_Name : constant String := Lex.Image;
            begin
                Debug.Put (101);
                Lex.Next;
                if Lex.Current_Token_Is (Lex.Est) then
                    Debug.Put (102);
                    Lex.Next;
                    if Lex.Current_Token_Is (Lex.Identifier) then
                        declare
                            Material_Name : constant String := Lex.Image;
                        begin
                            Debug.Put (103);
                            Lex.Next;
                            if Lex.Current_Token_Is (Lex.En) then
                                Debug.Put (104);
                                Lex.Next;
                                Adress.Parse (The_Value, Ok);
                                Symbol.Add_Theatre (Theatre_Name,
                                                    Material_Name, The_Value);
                                if Lex.Current_Token_Is (Lex.Identifier) then
                                    Parse (Ok);
                                    Success := Success and Ok;
                                end if;
                            else
                                Error.Append (41);  
                                Success := False;
                            end if;
                        end;
                    else
                        Error.Append (42);
                        Success := False;
                    end if;
                else
                    Error.Append (43);
                    Success := False;
                end if;
            end;
        end if;

    end Parse;

end Theater_Description;


E3 Meta Data

    nblk1=3
    nid=0
    hdr6=6
        [0x00] rec0=1b rec1=00 rec2=01 rec3=060
        [0x01] rec0=17 rec1=00 rec2=02 rec3=01e
        [0x02] rec0=06 rec1=00 rec2=03 rec3=000
    tail 0x2173665b484e8391d4497 0x42a00088462060003