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

⟦7fc42b11a⟧ TextFile

    Length: 756 (0x2f4)
    Types: TextFile
    Names: »V«

Derivation

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

TextFile

package Token is
    type Object is (L_Au, L_Activer, L_Alors, L_Attendre, L_Avec, L_Binaire,
                    L_Desactiver, L_Discret, L_En, L_Est, L_Experience,
                    L_Faire, L_Fin, L_Fois, L_Fugitif, L_Heure, L_Materiel,
                    L_Minute, L_Puis, L_Repeter, L_Scene, L_Seconde, L_Si,
                    L_Spectacle, L_Station, L_Temporel, L_Temps, L_Crochetd,
                    L_Crochetg, L_Deuxpoints, L_Different, L_Egal, L_Id,
                    L_Inf, L_Inf_Ou_Egal, L_Int, L_Moins, L_Parenthesed,
                    L_Parentheseg, L_Plus, L_Point, L_Virgule, L_Slash,
                    L_Sup, L_Sup_Ou_Egal, L_Star, L_Time, L_Unk, L_Eof);

    function Search_Token (S : String) return Token.Object;
end Token;