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

⟦72b2fe9b6⟧ Ada Source

    Length: 5120 (0x1400)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Error, seg_03fc22

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 Text_Io;

package Error is

    type Code is (  
                  Variable_Name_Expected, Id_Expected, Right_Bracket_Expected,
                  Left_Bracket_Expected, Facteur_Expected, Argument_Expected,

                  -- declaration
                  Decl_Famille_Expected, Decl_Champs_Expected,
                  Decl_Type_Simple_Expected,
                  Decl_Facteur_Expected, Decl_Action_Expected,
                  Decl_Variable_Expected, Decl_Mot_Voca_Expected,
                  Decl_Valeur_Expected, Decl_Vie_Expected,

                  -- mots cles
                  Avec_Expected, De_Expected, Comme_Expected, Sont_Expected,
                  Fsi_Expected, Alors_Expected, Est_Expected, A_Expected,
                  Initialisation_False, Point_Expected, Type_Unknown,

                  -- controle
                  None, Unexpected_Eof, Syntaxe_Aborded);

    Excep_Syntaxe_Error : exception;



    procedure Set_Type_Error (What_Type : Error.Code);
    function Syntaxe_End_Correctly return Boolean;
    procedure Treat;
    procedure Resynchro;


end Error;

E3 Meta Data

    nblk1=4
    nid=3
    hdr6=4
        [0x00] rec0=1d rec1=00 rec2=01 rec3=048
        [0x01] rec0=08 rec1=00 rec2=02 rec3=000
        [0x02] rec0=03 rec1=00 rec2=03 rec3=000
        [0x03] rec0=03 rec1=71 rec2=e0 rec3=142
    tail 0x21539c06a860b8005c655 0x42a00088462060003
Free Block Chain:
  0x3: 0000  00 04 00 13 00 0a 65 6e 64 20 45 72 72 6f 72 3b  ┆      end Error;┆
  0x4: 0000  00 00 00 5a 80 08 63 65 70 74 69 6f 6e 3b 08 00  ┆   Z  ception;  ┆