-- PackDebug.Mesa
-- last edited by Lewis on 24-Jun-81 19:37:10
-- last edited by Satterthwaite, December 29, 1982 3:42 pm
DIRECTORY
SourceBcd: TYPE USING [CTreeIndex];
PackDebug: DEFINITIONS={
Initialize, Finalize: PROC;
PrintTree: PROC; -- parse tree
PrintConfigTree: PROC [root: SourceBcd.CTreeIndex]; -- source Bcd configuration tree
PrintSourceBcd: PROC; -- source Bcd tables
PrintProcessingOrder: PROC [root: SourceBcd.CTreeIndex]; -- processing order
}.