-- Debug.Mesa Last edited by Lewis on June 11, 1980 3:05 PM Debug: DEFINITIONS = BEGIN Initialize, Finalize: PROC; PrintTree: PROC; -- print parse tree PrintConfigTree: PROC; -- print source Bcd configuration tree PrintSourceBcd: PROC; -- print source Bcd tables PrintProcessingOrder: PROC; -- print processing order END.