--Interpreter.Config
--
Configuration for CIF 2.0 Interpreter
--
July 31, 1981 1:36 PM

DIRECTORY

crD: FROM "CoreDefs";

Interpreter: CONFIGURATION
IMPORTS SegmentDefs, IODefs, StringDefs, SystemDefs, ParserTypeDefs, ParserErrorDefs, AuxOutputDefs, OutputDefs, InlineDefs, crD,
Real, RealFns
EXPORTS IntTransDefs, IntStorageDefs, IntDefs, AuxIntDefs =

BEGIN

IntVM;
IntStorage;

IntTrans;
IntSets;
IntPhase2;

IntUtilities;
IntPhase1;
END.
D0MESACOMP = compiler.image /l
DORADOMESACOMP = compiler.image /l
D0MESABIND = mesa.image binder.bcd %s/c
DORADOMESABIND = mesa.image binder.bcd %s/c