|
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 - download
Length: 4096 (0x1000) Types: Ada Source Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Structures, seg_044771
└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000 └─ ⟦cfc2e13cd⟧ »Space Info Vol 2« └─⟦this⟧
with Lex, Error, Token_Pkg, Attributs; use Token_Pkg; package body Structures is ------------------------------------------------------------------------ -- <UNIT> Structures ------------------------------------------------------------------------ -- -- <DESCRIPTION> This package defines an operation for parsing the -- grammatical expresssion : <structures> -- -- <AUTHOR> Barthe Raphael, Beck Didier, Kempe Laurent -- <VERSION> 1.0 -- <DATE> 16-Jan-95 -- <MODIFY> 16-Jan-95 -- -- <PKG USED> LEX, Token_Pkg, Error, Attributs -- ------------------------------------------------------------------------ procedure Parse (Success : in out Boolean) is ------------------------------------------------------------------------ -- <SUBPROGRAM> -- <UNIT> Parse -- -- <DESCRIPTION> Try to parse <structures> and return if it was a success -- or not. -- -- <EXCEPTIONS> Nothing -- ------------------------------------------------------------------------ Ok : Boolean := True; begin if Lex.Currenttoken_Is (T_Ident) then while Lex.Currenttoken_Is (T_Ident) loop Lex.Next; if Lex.Currenttoken_Is (T_Constitue) then Lex.Next; if Lex.Currenttoken_Is (T_De) then Lex.Next; Attributs.Parse (Ok); Success := Success and Ok; if Lex.Currenttoken_Is (T_Fin) then Lex.Next; else Success := False; Error.Append; end if; else Success := False; Error.Append; end if; else Success := False; Error.Append; end if; end loop; else Success := False; Error.Append; end if; end Parse; end Structures;
nblk1=3 nid=0 hdr6=6 [0x00] rec0=1d rec1=00 rec2=01 rec3=02e [0x01] rec0=1a rec1=00 rec2=02 rec3=012 [0x02] rec0=0a rec1=00 rec2=03 rec3=001 tail 0x217458f40863e89c38e22 0x42a00088462060003