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

⟦e298712d8⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, procedure Tiny_Talk, seg_03b221

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;
with Statements;
with Object;
with Text_Io;
with Graphic_Object;
with Error_Broadcaster;
with Easy_X;
with Unparser;
procedure Tiny_Talk
             (Terminal : String; File : String; Unparsed_File : String) is
    Node : Statements.Node;
    Bool : Boolean;
    Monobjet : Object.Reference;
    package Io is new Text_Io.Integer_Io (Integer);

begin
    Lex.Open (File);
    Lex.Next_Token;
    Statements.Parse (Node, Bool);  
    Lex.Close (File);
    if not Bool then
        Graphic_Object.Open (Terminal);
        loop
            case Easy_X.Next_Event is
                when Easy_X.Update =>
                    Monobjet := Statements.Interpret (Node, Monobjet);
                    Io.Put (Monobjet.Identity);
                when Easy_X.Button_Down =>
                    exit;
                when Easy_X.Button_Up =>
                    null;
            end case;
        end loop;
        Graphic_Object.Close;
    end if;
    Unparser.Create (Unparsed_File);
    Statements.Unparse (Node);
    Unparser.Close (Unparsed_File);
exception
    when others =>
        Graphic_Object.Close;
end Tiny_Talk;


E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=24 rec1=00 rec2=01 rec3=012
        [0x01] rec0=09 rec1=00 rec2=02 rec3=001
    tail 0x21533c07c85157234117b 0x42a00088462060003