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: ┃ T V ┃
Length: 1072 (0x430) Types: TextFile Names: »V«
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11 └─ ⟦129cab021⟧ »DATA« └─⟦this⟧ └─⟦2f6cfab89⟧ Bits:30000547 8mm tape, Rational 1000, !projects 94-01-04 └─ ⟦d65440be7⟧ »DATA« └─⟦this⟧
package Nfa is procedure Add_Accept (Mach : in out Integer; Accepting_Number : in Integer); function Copysingl (Singl, Num : in Integer) return Integer; procedure Dumpnfa (State1 : in Integer); function Dupmachine (Mach : in Integer) return Integer; procedure Finish_Rule (Mach : in Integer; Variable_Trail_Rule : in Boolean; Headcnt, Trailcnt : in Integer); function Link_Machines (First, Last : in Integer) return Integer; procedure Mark_Beginning_As_Normal (Mach : in Integer); function Mkbranch (First, Second : in Integer) return Integer; function Mkclos (State : in Integer) return Integer; function Mkopt (Mach : in Integer) return Integer; function Mkor (First, Second : in Integer) return Integer; function Mkposcl (State : in Integer) return Integer; function Mkrep (Mach, Lb, Ub : in Integer) return Integer; function Mkstate (Sym : in Integer) return Integer; procedure Mkxtion (Statefrom, Stateto : in Integer); procedure New_Rule; end Nfa;