-- model.config
-- last edit by Schmidt, January 6, 1983 2:01 pm
-- last edit by Satterthwaite, February 18, 1983 1:13 pm
-- the configuration for the Modeller

Model: CONFIG LINKS: CODE
  IMPORTS
    BcdOps, Buttons, CIFS, CompilerOps, Containers, ConvertUnsafe, DateAndTimeUnsafe,
    DBStash, Directory, ExecOps, File, FileIO, FileLookup, FileStream,  
    Heap, IO, Labels, LeafSubr, LowLoader, LongString, Menus,
    PilotLoadStateOps, Process, Rope, RTLoader, RTOS, Rules, Runtime, RuntimeInternal, 
    Space, Stream, String, System, TemporarySpecialExecOps,
    Time, Transaction, TypeScript, UnsafeStorage, UnsafeSTP, UnsafeSTPOps,
    UserCredentialsUnsafe, UserExec, UserProfile, UserTerminal, VFonts, ViewerEvents,
    ViewerOps, ViewerIO, ViewerTools, WindowManager 

CONTROL ModelImpl = {

-- modelling stuff
ModelImpl;
MDMainImpl;
MDParseImpl;
MDCompImpl;
MDDBImpl;
MDSupportImpl;
MDUtilImpl;
MDRulesImpl;
MDLoadImpl;
MDFakeBcdImpl;
RCompImpl;
DirImpl;
MoveFilesImpl;

-- utilities
CWFImpl;
SubrImpl;
STPSubrImpl;
ProcBcdsImpl;
FQImpl;

-- the scanner and parser
ModelScannerImpl;
ModelParserImpl;

-- static stuff
CharIOImpl;
ModelParseData;

}.