CedarBinder.config, Cedar Binder using CIFS
Last edited by Satterthwaite on May 13, 1983 8:44 am
DIRECTORY
Parser: FROM "BcdParser",
Scanner: FROM "BcdScanner",
TreePack: FROM "BcdTreePack";
Binder: CONFIG LINKS: CODE
IMPORTS
Directory, CIFS, ConvertUnsafe, File, FileStream, Heap,
Inline, IO, KernelFile, LongString, ProcessorFace, Runtime, Space,
Stream, Strings, SymbolTable, Time, Transaction, Volume
EXPORTS ExecOps, TemporarySpecialExecOps
CONTROL CIFSBcdControl = {
InterfaceBinder: CONFIG
IMPORTS
Alloc, CharIO, CIFS, ConvertUnsafe, File, FileStream, Heap,
Inline, IO, LongString, OSMiscOps, Runtime, Space, Stream,
Strings, SymbolTable, Time, Transaction
EXPORTS ExecOps, TemporarySpecialExecOps, CIFSBcdControl = {
BcdComData;
CIFSBcdControl;
BcdTreeBuild;
BcdSEBuild;
BcdLoad;
BcdBind;
CIFSBcdWrite;
CommandPack;
Scanner;
Parser;
TreePack;
HashTab;
BcdParseData;
BcdSymbolPack;
BcdUtilities;
BcdCIFSLookup;
BcdLiteralsImpl;
RCMapBuilderImpl;
BcdDebug;
BindErrors};
service modules
AllocImpl;
CharIOImpl;
OSMiscOpsImpl;
the Binder proper
InterfaceBinder;
}.