PGS.config
Last edited by Satterthwaite on January 11, 1983 1:19 pm
Last edited by Lewis on July 9, 1980 4:56 PM
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;
}.