DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T V

⟦dc2667cb2⟧ TextFile

    Length: 644 (0x284)
    Types: TextFile
    Names: »V«

Derivation

└─⟦180fe333a⟧ Bits:30000405 8mm tape, Rational 1000, SW CATALOG, 10_20_0
└─⟦180fe333a⟧ Bits:30000537 8mm tape, Rational 1000, SW Catalog 10_20_0
    └─⟦5cb1d1d7f⟧ »DATA« 
        └─⟦3b1ee7bd8⟧ 
            └─⟦this⟧ 

TextFile

with Parsetables;
use Parsetables;
with Parse_Tab_Types;
with Parse_Tab_5a;
with Parse_Tab_5b;
with Parse_Tab_5c;
with Parse_Tab_5d;
package Parse_Tab_5 is
    type Act_Tab_Type is
       array (Parse_Tab_Types.Actiontableonerange range <>) of Gc.Parserinteger;
    Actiontableone : constant Act_Tab_Type :=
       Act_Tab_Type (Parse_Tab_5a.Act_Tab) &
          Act_Tab_Type (Parse_Tab_5b.Act_Tab) &
          Act_Tab_Type (Parse_Tab_5c.Act_Tab) &
          Act_Tab_Type (Parse_Tab_5d.Act_Tab);
    --| Actions to perform for all combinations of parser
    --| states and input tokens.
    -- NYU Reference Name: ACTION_TABLE1
end Parse_Tab_5;