-- File TableCompiler.config -- Last modified by Satterthwaite on January 25, 1980 4:30 PM -- Last modified by Lewis on July 9, 1980 4:59 PM TableCompiler: CONFIGURATION IMPORTS BFSDefs, DiskDefs, FrameOps, ImageDefs, MiscDefs, SegmentDefs, Storage, StreamDefs, String, StringDefs, SystemDefs, TimeDefs CONTROL TableControl = BEGIN SymbolInput: CONFIGURATION IMPORTS InlineDefs, SegmentDefs, String, StringDefs, SystemDefs EXPORTS TableCommand = BEGIN SymbolPack; SymbolCache; TableSymbols; END; SymbolOutput: CONFIGURATION IMPORTS InlineDefs, PGScondefs, Storage, StreamDefs, String, SystemDefs EXPORTS PGScondefs = BEGIN Allocator; SymbolPack; SymbolPackExt; PGSSymbols; END; StringCompactor; ModuleMaker; SymbolInput; SymbolOutput; TableControl; CharIOPack; ImageRunner; END.