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

⟦86a6d2612⟧ TextFile

    Length: 537 (0x219)
    Types: TextFile
    Names: »V«

Derivation

└─⟦2f6cfab89⟧ Bits:30000547 8mm tape, Rational 1000, !projects 94-01-04
    └─ ⟦d65440be7⟧ »DATA« 
        └─⟦this⟧ 

TextFile

with String_Utile;
package Token is
    type Object is (L_Au, L_Activer, L_Alors, L_Attendre, L_Avec,
                    L_Binaire, L_Faire, L_Fin, L_Crochetd, L_Crochetg,
                    L_Deuxpoints, L_Different, L_Egal, L_Div, L_Inf,
                    L_Inf_Ou_Egal, L_Int, L_Moins, L_Parenthesed,
                    L_Parentheseg, L_Plus, L_Point, L_Slash, L_Star, L_Sup,
                    L_Sup_Ou_Egal, L_Virgule, L_Unk, L_Eof, L_Id);

    function Search_Token (S : String_Utile.Pstring) return Token.Object;

end Token;