-- File TableCompiler.config
-- Last modified by Satterthwaite on January 11, 1983 1:20 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, 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, Volume
      EXPORTS PGSConDefs = {
    AllocImpl;
    SymbolPack;
    SymbolPackExt;
    PGSSymbols};

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

  OSMiscOpsImpl;
  CharIOImpl;

  }.