InterpreterTool.config
Copyright © 1984, 1985 by Xerox Corporation. All rights reserved.
Russ Atkinson (RRA) June 25, 1985 3:15:29 am PDT
InterpreterTool: CONFIGURATION LINKS: CODE
IMPORTS AMBridge, AMFiles, AMEvents, AMMiniModel, AMModel, AMModelBridge, AMModelLocation, AMTypes, Atom, BackStop, BasicTime, CedarProcess, Commander, CommandTool, Convert, EvalQuote, FS, Icons, Interpreter, InterpreterOps, IO, List, MBQueue, Menus, MessageWindow, PrintTV, Process, ProcessProps, Rope, RuntimeError, SafeStorage, SymTab, TEditSelectionOps, TEditTouchup, TextNode, TiogaMenuOps, TiogaOps, TypeScript, UserProfile, VersionMapDefaults, ViewerEvents, ViewerIO, ViewerOps, WorldVM
EXPORTS AMViewerOps, FileViewerOps
CONTROL InterpreterToolImpl, InterpreterCommandsImpl, AMViewerOpsImpl, FileViewerOpsImpl
= BEGIN
InterpreterToolImpl;
InterpreterCommandsImpl;
AMViewerOpsImpl;
FileViewerOpsImpl;
END.