Thyme.config
Last Edited by:
Christian LeCocq February 19, 1987 5:24:53 pm PST
Sweetsun Chen, April 26, 1986 4:31:33 pm PST
Thyme: CONFIGURATION
IMPORTS
Atom,
BasicTime,
Buttons,
CDCells,
CDCommandOps,
CDIO,
CDOps,
Commander,
CommandTool,
Containers,
Convert,
CoreClasses,
CoreOps,
CoreProperties,
ElectricalCoreClasses,
FS,
FileNames,
GraphOps,
GraphPrivate,
GraphUtil,
HashTable,
Icons,
IO,
Labels,
List,
Menus,
MessageWindow,
Process,
Real,
RealFns,
RefText,
Rope,
SinixOps,
Sisyph,
TerminalIO,
TiogaFileOps,
ThymeGlobals,
VFonts,
ViewerEvents,
ViewerOps,
ViewerTools
EXPORTS
ThymeGlobals
CONTROL
ThymeViewers,
ThymeModels,
Level2Model,
ThymeFunctions,
BSimModelImplInput,
BSimModelImplEval,
CoreThymeImpl,
CoreThymeCmdsImpl
= BEGIN
ThymeAnalysis;
ThymeBomb;
ThymeErrors;
ThymeExpressions;
ThymeGlobalsImpl;
ThymeInput;
ThymeMain;
ThymeModels;
ThymeOutput;
ThymeSolve;
ThymeViewers;
ThymeModels;
Level2Model;
ThymeFunctions;
ThymeCleanUp;
BSimModelImplInput;
BSimModelImplEval;
CoreThymeImpl;
CoreThymeCmdsImpl;
END.