DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

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 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T V

⟦937a8ad9c⟧ TextFile

    Length: 2000 (0x7d0)
    Types: TextFile
    Names: »V«

Derivation

└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
    └─ ⟦129cab021⟧ »DATA« 
        └─⟦this⟧ 

TextFile

with Object;
with Lex;

package Error_Broadcaster is





    Unknown_Variable : exception;
    Identifier_Is_Missing : exception;
    Brackect_Is_Missing : exception;
    Dot_Is_Missing : exception;
    Parenthesis_Is_Missing : exception;
    Pour_Is_Missing : exception;
    Prendre_Is_Missing : exception;
    Expression_Is_Missing : exception;
    Unexpected_Token : exception;
    Bloc_Bad_Type : exception;
    Boolean_Bad_Type : exception;
    Integer_Bad_Type : exception;
    String_Bad_Type : exception;
    Turtle_Bad_Type : exception;
    Pen_Bad_Type : exception;
    Undefined_Identifier : exception;
    Unknown_Unary_Message : exception;
    Unknown_Binary_Message : exception;
    Unknown_Keyword_Message : exception;
    Mismatch_Parameters : exception;
    Divide_By_Zero : exception;
    Tiny_String_Overflow : exception;
    procedure Tiny_Stringoverflow (To_Object : Object.Reference;
                                   The_Message : Object.Message);
    procedure Identifier_Missing (I : Natural);
    procedure Pour_Missing (I : Natural);
    procedure Prendre_Missing (I : Natural);
    procedure Expression_Missing (I : Natural);
    procedure Unknownvariable (The_Variable : Object.Message);
    procedure Unknown_Unarymessage
                 (To_Object : Object.Reference; The_Message : Object.Message);
    procedure Unknown_Unarymessage (To_Object : Object.Reference);
    procedure Unknown_Binarymessage
                 (To_Object : Object.Reference; The_Message : Object.Message);
    procedure Unknown_Binarymessage (To_Object : Object.Reference);
    procedure Unknown_Keywordmessage
                 (To_Object : Object.Reference; The_Message : Object.Message);
    procedure Unknown_Keywordmessage (To_Object : Object.Reference);
    procedure Unexpectedtoken (I : Natural);
    procedure Parenthesis_Missing (I : Natural);
    procedure Brackect_Missing (I : Natural);
    procedure Dot_Missing (I : Natural);
    procedure Dividebyzero;
end Error_Broadcaster;