|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: B T
Length: 521 (0x209)
Types: TextFile
Names: »B«
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
└─⟦129cab021⟧ »DATA«
└─⟦this⟧
with Syntaxe_1;
with Text_Io;
with Codage;
procedure Testsyntaxe is
Long : Natural;
Nom_Fichier : String (1 .. 10);
Tmp : String (1 .. 12);
begin
Text_Io.Put ("Entrer le nom du fichier : ");
Text_Io.Get_Line (Nom_Fichier, Long);
Text_Io.Put_Line ("Debut de traitement");
if Syntaxe_1.Parse (Nom_Fichier (1 .. Long)) then
Text_Io.Put_Line ("Traitement OK");
else
Text_Io.Put_Line ("Erreur dans la syntaxe");
end if;
Tmp := Codage.Generer_Code;
end Testsyntaxe;