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

⟦42aeecebb⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Lex, seg_035b7a, seg_03701a, seg_038f30

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 Bounded_String;
with Text_Io;
package Lex is

    type Token is (Avec, Binary_Message, Identifier, Integer,
                   Key_Word, L_End, Ok, Pour, Prendre, Renvoyer,
                   Special, Tiny_String, Unknown, Dot, Open_Bracket,
                   Close_Bracket, Open_Parenthesis, Close_Parenthesis);

    subtype Lex_String is Bounded_String.Variable_String (50);
    Fichier_Source : Text_Io.File_Type;

    procedure Next_Token;


    function Get_Line return Natural;
    function Get_Token return Token;

    function Get_Value return Lex_String;

    procedure Open (Name : in String);

    procedure Close (Name : in String);

private
    type State_Key is (Normal, Different, Less, Greater, Equal, Tiny_Str,
                       Special, Less_Equal, Greater_Equal, Identifier,
                       Integer, Key_Word, Unknown, Operator, Found);

    Lex_Token : Token;
    Lex_Value : Lex_String;

    Lex_Line : Natural := 1;
    function In_Reserved_Word (Lex_Value : Lex_String) return Boolean;

    procedure Spell_Reserved_Word (Lex_Value : in out Lex_String);
end Lex;


E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=22 rec1=00 rec2=01 rec3=02e
        [0x01] rec0=06 rec1=00 rec2=02 rec3=001
    tail 0x2152efb9884db6e565026 0x42a00088462060003