<> <> <> DIRECTORY Scanner: FROM "PGSScan", Parser: FROM "ProtoParser"; PGS: CONFIG LINKS: CODE IMPORTS Directory, Exec, File, FileStream, Heap, Inline, KernelFile, LongStorage, LongString, ProcessorFace, Runtime, --Segments,-- Space, Stream, Strings, Time, Transaction, TTY, UserTerminal, Volume CONTROL PGSInterface = { 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}; OSMiscOpsImpl; CharIOImpl; CommandPack; Scanner; Parser; PGSParseData; PGSInterface; PGSControl; PGSLALR; PGSTab; PGSFormat; PGSBcd; SymbolInput; SymbolOutput; }.