-- file SL.config
-- edited by Satterthwaite on June 18, 1982 12:47 pm
DIRECTORY
TreePack: FROM "DummyTreePack";
SL: CONFIG LINKS: CODE
IMPORTS
Directory, Exec, ExecOps, File, FileStream, Heap, KernelFile, LongString,
ProcessorFace, Runtime, Space, Stream, Strings, Time, Transaction, TTY
CONTROL SLControl = {
OSMiscOpsImpl;
CharIOImpl;
CommandPack;
ListerUtilities;
Symbols: CONFIG
IMPORTS File, Heap, LongString, Space, Strings, Transaction
EXPORTS SymbolOps, SymbolTable = {
SymbolCache;
SymbolPack};
Symbols;
ComData;
TreePack;
LiteralPack;
Debug;
DebugTab;
SLList;
SLControl;
}.