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

⟦27c39dee9⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Scanner, seg_036175, seg_036392, seg_0368eb

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 Message;  
with Table;
with Object;
package Scanner is

    type Token is (T_Avec, T_Pour, T_Prendre, T_Renvoyer, T_Integer,
                   T_Identifier, T_Keyword, T_Block_Open, T_Block_End,
                   T_Dot, T_Parenthese_Open, T_Parenthese_End,
                   T_Binary_Message, T_Eof, T_String, T_Unknown);

    type Special is private;
    procedure Open (Fichier_Name : String);
    procedure Next;  
    function Get_Line_Number return Natural;
    function Get_Token return Token;
    function Get_Value return Message.Tiny_String;
    function Get_Value return Object.Reference;
    function Get_Value return Message.Selector;
    function At_End return Boolean;
    procedure Close;
    procedure Set_Line_Number (To : Natural);
private
    type Special is (Pour, Avec, Prendre, Renvoyer, Non_Special);

end Scanner;

E3 Meta Data

    nblk1=2
    nid=2
    hdr6=2
        [0x00] rec0=1b rec1=00 rec2=01 rec3=000
        [0x01] rec0=01 rec1=00 rec2=02 rec3=001
    tail 0x217330a9084dd8cd60b37 0x42a00088462060003
Free Block Chain:
  0x2: 0000  00 00 00 0b 80 05 6e 6e 65 72 3b 05 00 00 00 00  ┆      nner;     ┆