|
|
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: 5120 (0x1400)
Types: Ada Source
Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Instructions_Generales, seg_04810a
└─⟦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 Liste_D_Instructions, Models, Symbols, Comps_Dictionary, Verbs_Dictionary;
use Lexical, Token_List;
package body Instructions_Generales is
Instruction_Generale_First : Token_List.Object := Make ((Si, Pour));
Instruction_Generale_Follow : Token_List.Object :=
Make ((Si, Pour, Animation_Generale));
procedure Instruction_Generale (Liste : in out Liste_D_Instructions.Object;
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 (Liste, Models_Table,
Symbols_Table, Comp, Dict);
else
if Is_In (Lexical.Get_Token, Instruction_Pour.First) then
Instruction_Pour.Parse (Liste, Models_Table,
Symbols_Table, Comp, Dict);
else
Erreur.Syntaxe ("Mauvaise instruction generale",
Instruction_Generale_Follow);
end if;
end if;
end Instruction_Generale;
procedure Parse (Liste : in out Liste_D_Instructions.Object;
Models_Table : Models.Object;
Symbols_Table : Symbols.Object;
Comp : Comps_Dictionary.Object;
Dict : Verbs_Dictionary.Object) is
begin
Instruction_Generale (Liste, Models_Table, Symbols_Table, Comp, Dict);
while Is_In (Lexical.Get_Token, Instruction_Generale_First) loop
Instruction_Generale (Liste, Models_Table,
Symbols_Table, Comp, Dict);
end loop;
end Parse;
end Instructions_Generales;
nblk1=4
nid=3
hdr6=6
[0x00] rec0=18 rec1=00 rec2=01 rec3=024
[0x01] rec0=17 rec1=00 rec2=02 rec3=022
[0x02] rec0=07 rec1=00 rec2=04 rec3=001
[0x03] rec0=94 rec1=00 rec2=00 rec3=000
tail 0x2174c15a6865844958b2a 0x42a00088462060003
Free Block Chain:
0x3: 0000 00 00 00 15 80 09 65 6e 65 72 61 6c 65 73 3b 09 ┆ enerales; ┆