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 - downloadIndex: ┃ B T ┃
Length: 1913 (0x779) Types: TextFile Names: »B«
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11 └─ ⟦129cab021⟧ »DATA« └─⟦this⟧
separate (Parse) procedure Parse_Spectacle (Ok : out Boolean) is Ok1 : Boolean := True; Success : Boolean; The_List : Abstract_Tree.P_Instruction_List; begin Abstract_Tree.Create_List (The_List); Ok := True; Text_Io.Put_Line ("parse_spectacle"); if Lex.Get_Token = L_Spectacle then Lex.Next; if Lex.Get_Token = L_Est then Lex.Next; if Lex.Get_Token = L_Constitue then Lex.Next; Parse_Scenes (Ok1); if not Ok1 then Parse_Error (Scenes_Follow); end if; if Lex.Get_Token = L_Debut then Lex.Next; Parse_Les_Ordres (Ok1, The_List); if not Ok1 then Parse_Error (Les_Ordres_Follow); else Symbol_Table.Insert ("_spectacle", Success); Symbol_Table.Set_Instr_List ("_spectacle", The_List, Success); end if; if Lex.Get_Token = L_Fin then Lex.Next; if Lex.Get_Token = L_Fin then Lex.Next; if Lex.Get_Token = L_Spectacle then Lex.Next; else Ok := False; end if; else Ok := False; end if; else Ok := False; end if; else Ok := False; end if; else Ok := False; end if; else Ok := False; end if; else Ok := False; end if; end Parse_Spectacle;