Text preview for : ICompiler.config_Oct77.pdf part of xerox ICompiler.config Oct77 xerox mesa 3.0_1977 listing ICompiler.config_Oct77.pdf



Back to : ICompiler.config_Oct77.pd | Home

ICOMPILER.CONFIG 25-0CT-77 15:25:35 Page 1


ICompiler.config Edited by Sandman on October 6, 1977 10:42 AM
This is exactly the same as XMCompiler.Config, except for
the control module BootNewCompiler and the IMPORTS used by it.
Wart starts everybody; control modules really aren't yet.
ICompiler: CONFIGURATION
IMPORTS BFSDefs. DirectoryDefs. FrameDefs, ImageDefs, IODefs. MiscDefs. FontDefs. DisplayOefs, Segmen
--tOefs. StreamOefs. StringOefs. SystemOefs, TimeOefs
CONTROL BootNewCompiler =
BEGIN
SymCache: CONFIGURATION
IMPORTS StringDefs. SegmentDefs
EXPORTS SymbolTableDefs
CONTROL SymbolCache :
BEGIN
-- throwaway exports
a ~ sO: SymbolTable[]:
b ~ sl: SymbolTable[]:
c ~ s2: SymbolTable[];
d ~ s3: SymbolTable[]:
SymbolCache[sO,sl.s2,s3.SegmentDefs]:
END:
P1: CONFIGURATION
IMPORTS ComData, CompilerDefs. IODefs. LitDefs. SegmentDefs. StreamDefs. StringDefs, SymTabDefs, Sy