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

⟦76a24db4f⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Action_List, seg_0468fe

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 Dynamic_Node, Compiler_Action, Stack_Generic;
package Action_List is

    type Simple_Action is (Affect_Action, Write_Action, Append_In_Set_Of_Word,
                           Remove_From_Set_Of_Word, Clear_Set_Of_Word,
                           Quit_Action, Unknown_Action);

    type Position is (Source, Target);

    type Object is private;


    procedure Initialize (Obj : in out Object);
    procedure Create_If (Obj : in out Object);
    procedure Set_Condition (Obj : in out Object; C : Dynamic_Node.Object);

    procedure Go_In_Then (Obj : in out Object);
    procedure Go_In_Else (Obj : in out Object);
    procedure End_Of_If (Obj : in out Object);

    procedure Evaluate (Obj : in out Object);
    procedure Execute (Obj : in out Object);
    procedure Create (Obj : in out Object; With_Kind : Simple_Action);
    procedure Append_Argument (Obj : in out Object;
                               The_Argument : Dynamic_Node.Object);
    procedure Set_Argument (Obj : in out Object;
                            The_Argument : Dynamic_Node.Object;
                            In_Position : Position);

    function Is_End (Obj : in Object) return Boolean;


private


    type Context_Backup is
        record
            Action_List : Compiler_Action.Acces_List;
            Action : Compiler_Action.Object;
        end record;
    package Context_Stack is new Stack_Generic (Context_Backup);

    type Object is
        record
            Master_List : Compiler_Action.Acces_List;
            Current_Context : Context_Backup;
            Save_Stack : Context_Stack.Stack;
            The_End : Boolean;
        end record;



end Action_List;


E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=1b rec1=00 rec2=01 rec3=01a
        [0x01] rec0=1d rec1=00 rec2=02 rec3=001
    tail 0x215433e6686515d5a92d3 0x42a00088462060003