-- File CedarTools.config -- Last edited by -- MBrown on 31-Mar-82 15:17:45 -- Levin on November 2, 1982 5:37 pm -- McGregor on April 27, 1982 2:14 pm -- Schmidt March 14, 1983 6:26 pm -- Paul Rovner on April 20, 1983 11:19 am CedarTools: CONFIGURATION LINKS: CODE IMPORTS --Cedar-- AMBridge, AMEventBooted, AMEvents, AMEventsExtra, AMModel, AMModelLocation, AMTypes, Atom, Booting, Convert, ConvertUnsafe, IO, List, PrintTV, Rope, UserProfile, WorldVM, --CedarControl-- TerminalMultiplex, --Pilot-- File, Heap, PhysicalVolume, Process, Runtime, System, Transaction, Volume, VolumeExtras, --Compatability package-- Directory, FileStream, Time, -- Loader-- Loader, -- CedarRoot -- CedarSnapshot, CedarVersion, RTProcess, SafeStorage, ShowTime, UserCredentials, -- CedarCore -- AMViewerOps, BBSafety, Commander, FileIO, ProcessProps, Resource, SymTab, -- CedarUserInterface-- Interpreter, Buttons, Containers, InputFocus, Labels, MBQueue, Menus, MessageWindow, Rules, VFonts, ViewerEvents, ViewerIO, ViewerOps, ViewerSpecs, ViewersSnapshot, ViewerTools, --Tioga-- TiogaMenuOps, TiogaOps, TypeScript, --TemporarySpecialExecOps-- TemporarySpecialExecOps EXPORTS ALL CONTROL InterpreterTool, UECPImpl, ReadEvalPrintImpl, CommandToolImpl, InitialCommandsA, InitialCommandsB, FileCommandsImpl, BootTool, End = BEGIN StartCedarTools; InterpreterTool; UECPImpl; ReadEvalPrintImpl; CommandToolImpl; InitialCommandsA LINKS: FRAME; InitialCommandsB; FileCommandsImpl; BootTool; End; END.