-- File TableCompiler.config
-- Last modified by Satterthwaite on July 2, 1982 4:00 pm
-- Last modified by Lewis on July 9, 1980  4:59 PM

TableCompiler: CONFIG LINKS: CODE
    IMPORTS
      Directory, Exec, File, FileStream, Heap, Inline, KernelFile,
      LongStorage, LongString, ProcessorFace, Runtime, Space, Strings,
      Time, Transaction, -- TreeOps,--  TTY, UserTerminal, Volume
    CONTROL TableControl = {

  SymbolInput: CONFIG
      IMPORTS
        File, Heap, Inline, LongString, OSMiscOps, Space, Strings, Transaction
      EXPORTS TableCommand = {
    SymbolPack;
    SymbolCache;
    TableSymbols};

  SymbolOutput: CONFIG
      IMPORTS
        File, Heap, Inline, LongString, PGSConDefs, Space, Strings, Transaction,
	TreeOps, Volume
      EXPORTS PGSConDefs = {
    AllocImpl;
    SymbolPack;
    SymbolPackExt;
    PGSSymbols};

  StringCompactor;
  ModuleMaker;
  PGSBcd;
  SymbolInput;
  SymbolOutput;
  TableControl;

  OSMiscOpsImpl;
  CharIOImpl;

  }.