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

⟦0d1fcb7eb⟧ Ada Source

    Length: 4096 (0x1000)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Compiler_Action, seg_0455ab

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 Queue_Generic, Dynamic_Node;
package Compiler_Action is
    Bad_Argument_Type : exception;
    End_Of_Programm : exception;

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

    type Argument_Kinds is (Source_Argument, Target_Argument,
                            Condition_Argument, True_Component,
                            False_Component, Write_Argument, Bloc_Argument);

    type Object is private;
    type Acces_List is private;

    procedure Create_Action (The_Action : in out Object; What : Action_Kinds);

    procedure Create_List (The_Action_List : in out Acces_List);

    procedure Set_Argument (The_Action : in out Object;
                            Argument_Type : Argument_Kinds;
                            The_Argument : Dynamic_Node.Object);

    procedure Set_Argument (The_Action : in out Object;
                            Argument_Type : Argument_Kinds;
                            The_Argument : Object);

    function Get_True_Bloc (Of_Action : Object) return Acces_List;
    function Get_False_Bloc (Of_Action : Object) return Acces_List;
    function Get_Kind (Of_Action : Object) return Action_Kinds;

    procedure Print_Action (The_Action : Object);

    procedure Print_List (The_List : Acces_List);

    procedure Add_Action (In_List : in out Acces_List; The_Action : in Object);

    procedure Evaluate (The_List : Acces_List);

    procedure Execute (The_List : Acces_List);

private
    type Action_Node (What : Action_Kinds := Unknown_Action);
    type Object is access Action_Node;
    package Action_List is new Queue_Generic (Object);  
    type Acces_List is access Action_List.Queue;

end Compiler_Action;


E3 Meta Data

    nblk1=3
    nid=3
    hdr6=4
        [0x00] rec0=1a rec1=00 rec2=01 rec3=024
        [0x01] rec0=1b rec1=00 rec2=02 rec3=000
        [0x02] rec0=05 rec1=00 rec2=03 rec3=000
    tail 0x21541aa9e864a873b9556 0x42a00088462060003
Free Block Chain:
  0x3: 0000  00 00 00 51 80 2b 79 70 65 20 41 63 63 65 73 5f  ┆   Q +ype Acces_┆