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

⟦091f9ba57⟧ Ada Source

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

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 Scanner;
with Message;
with List;  
with Class_Printer;
with Bug_Report;

package body Arguments is

    procedure Parse (Ident : in out Message.Unary;
                     Kwd : in out Message.Unary) is
        use Scanner;
    begin  
        if Arguments.Is_First (Scanner.Get_Token) then
            Scanner.Next;
            List.Parse (Ident, Kwd);
            if Scanner.Get_Token = Scanner.Point then
                Scanner.Next;
            else
                raise Bug_Report.Point_Is_Missing;
            end if;
        end if;
    end Parse;

    procedure Unparse (Ident : Message.Unary; Kwd : Message.Unary) is
    begin
        if not Message.Is_Done (Ident) or not Message.Is_Done (Kwd) then
            Class_Printer.Put_Tab ("avec");
            List.Unparse (Ident, Kwd);
            Class_Printer.Put (".");
            Class_Printer.New_Line;
            Class_Printer.New_Line;
        end if;
    end Unparse;

    function Is_First (T : Scanner.Token) return Boolean is
        use Scanner;
    begin
        return T = Scanner.Avec;
    end Is_First;

end Arguments;

E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=24 rec1=00 rec2=01 rec3=006
        [0x01] rec0=07 rec1=00 rec2=02 rec3=001
    tail 0x21735ba0484e67c97bb69 0x42a00088462060003