-- BridgeCompiler.config, Pilot Compiler configuration
-- last edited by Satterthwaite on May 12, 1983 5:22 pm

Compiler: CONFIG LINKS: CODE
    IMPORTS
      Directory, File, FileStream, Heap, Inline, IO, KernelFile,
      LongString, ProcessorFace, Runtime, Space, String, Time,
      Transaction, Volume
    EXPORTS ExecOps, TemporarySpecialExecOps, CompilerOps = {

    InnerCompiler;
    OuterFacade;
    
    }.