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: 1663 (0x67f) Types: TextFile Names: »B«
└─⟦2f6cfab89⟧ Bits:30000547 8mm tape, Rational 1000, !projects 94-01-04 └─ ⟦d65440be7⟧ »DATA« └─⟦this⟧
separate (Syntaxe_1) function Parse_Experience return Boolean is Ok : Boolean := True; begin while Token.Object'Pos (Lex.Lex_Get_Token) = Token.Object'Pos (Token.L_Experience) loop Lex.Lex_Next; if Token.Object'Pos (Lex.Lex_Get_Token) = Token.Object'Pos (Token.L_Id) then Lex.Lex_Next; if Parse_Liste_Parametre then Ok := Ok and True; else Ok := False; end if; else Ok := False; end if; if not Ok then Traite_Erreur.Parse_Erreur (Traite_Erreur.Err_Nom_Exp, Traite_Erreur.Follow_Nom_Exp); end if; if Token.Object'Pos (Lex.Lex_Get_Token) = Token.Object'Pos (Token.L_Est) then Lex.Lex_Next; if Parse_Liste_Instruction then Ok := Ok and True; else Traite_Erreur.Parse_Erreur (Traite_Erreur.Err_Liste_Inst, Traite_Erreur.Follow_Liste_Inst); Ok := False; end if; if Token.Object'Pos (Lex.Lex_Get_Token) = Token.Object'Pos (Token.L_Fin) then Lex.Lex_Next; if Token.Object'Pos (Lex.Lex_Get_Token) = Token.Object'Pos (Token.L_Experience) then Lex.Lex_Next; Ok := Ok and True; end if; else Ok := False; end if; else Ok := False; end if; end loop; return Ok; end Parse_Experience;