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

⟦e522dcc8f⟧ TextFile

    Length: 1503 (0x5df)
    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 Les_Types is
    subtype Type_Value is Float;
    type Ptr_String is access String;
    type Les_Enumere_Des_Types is (Registre, Binaire, Discret, Temporel,
                                   Fugitif, Structure, Fonction, Effet,
                                   Tableau, Produit_Cartesien, Vide, Erreur);
    type Token is (L_Dp, L_Virg, L_Affect, L_Separ, L_Digit, L_Open, L_Close,
                   L_Proc, L_Funct, L_Struct, L_Call, L_Reg, L_Begin,
                   L_Div, L_Plus, L_Moins, L_Star, L_Mod, L_Prt, L_Do,
                   L_End, L_Eq, L_Geq, L_Gt, L_Id, L_Leq, L_Lt, L_Nbr,
                   L_Neq, L_Repeat, L_While, L_Str, L_Log, Ln, L_Sqrt,
                   L_Power, L_Exp, L_Sin, L_Cos, L_Tan, L_Cot, L_Coth,
                   L_Sinh, L_Cosh, L_Tanh, L_Arcsin, L_Arccos, L_Arctan,
                   L_Arccot, L_Arcsinh, L_Arccosh, L_Arctanh, L_Arccoth, L_A,
                   L_Acteur, L_Activer, L_Alors, L_Attendre, L_Aucun,
                   L_Bien, L_Binaire, L_Changer, L_Collection, L_Dans,
                   L_Debut, L_Discret, L_Effet, L_Est, L_Et, L_Evoluer,
                   L_Executer, L_Experience, L_Faire, L_Faux, L_Fin, L_Fois,
                   L_Flottant, L_Fugitif, L_Materiel, L_Non, L_Ou, L_Oui,
                   L_Puis, L_Que, L_Registre, L_Repeter, L_Representation,
                   L_Retourne, L_Selon, L_Si, L_Sinon, L_Spectacle, L_Station,
                   L_Tant, L_Temporel, L_Theatre, L_Vrai, L_Unk, L_Eof);
end Les_Types;