|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 3072 (0xc00)
Types: Ada Source
Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Instructions_Generales, seg_046501
└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
└─⟦cfc2e13cd⟧ »Space Info Vol 2«
└─⟦this⟧
with Lexical, Token_List, Erreur, Instruction_Si, Instruction_Pour;
with Models, Symbols, Comps_Dictionary, Verbs_Dictionary;
use Lexical, Token_List;
package body Instructions_Generales is
Instruction_Generale_First : Token_List.Object := Make ((Si, Pour));
procedure Instruction_Generale (Models_Table : Models.Object;
Symbols_Table : Symbols.Object;
Comp : Comps_Dictionary.Object;
Dict : Verbs_Dictionary.Object) is
begin
if Is_In (Lexical.Get_Token, Instruction_Si.First) then
Instruction_Si.Parse (Models_Table, Symbols_Table, Comp, Dict);
else
if Is_In (Lexical.Get_Token, Instruction_Pour.First) then
Instruction_Pour.Parse (Models_Table,
Symbols_Table, Comp, Dict);
else
Erreur.Syntaxe ("Mauvaise instruction generale");
end if;
end if;
end Instruction_Generale;
procedure Parse (Models_Table : Models.Object;
Symbols_Table : Symbols.Object;
Comp : Comps_Dictionary.Object;
Dict : Verbs_Dictionary.Object) is
begin
Instruction_Generale (Models_Table, Symbols_Table, Comp, Dict);
while Is_In (Lexical.Get_Token, Instruction_Generale_First) loop
Instruction_Generale (Models_Table, Symbols_Table, Comp, Dict);
end loop;
end Parse;
end Instructions_Generales;
nblk1=2
nid=0
hdr6=4
[0x00] rec0=18 rec1=00 rec2=01 rec3=072
[0x01] rec0=17 rec1=00 rec2=02 rec3=001
tail 0x21748bc6e865048569060 0x42a00088462060003