File: Crystal.config
Generates the Crystal program.
Last Edited by: Gasbarro October 17, 1985 11:55:41 am PDT
Christian LeCocq May 29, 1986 3:40:08 pm PDT
Barth, February 17, 1986 3:06:19 pm PST
John Ousterhout December 13, 1983 4:19 pm
Crystal: CONFIGURATION
IMPORTS
Atom,
CommandTool,
CoreClasses,
CoreFlat,
CoreOps,
CoreProperties,
FS,
HashTable,
Icons,
IO,
Menus,
Process,
ProcessProps,
Real,
RealFns,
Rope,
RopeHash,
TerminalIO,
TypeScript,
ViewerIO,
ViewerOps,
ViewerTools,
WriteCapa
EXPORTS
Build, Globals
CONTROL
--GlobalsImpl,
StagePoolImpl,
ModelImpl,
HashImpl,
BuildImpl,
MarkImpl,
FlowImpl,
PrintoutImpl,
DPrintImpl,
DelayImpl,
CheckImpl,
SlopeModelImpl,
Main =
BEGIN
BuildImpl;
CheckImpl;
DelayImpl;
DPrintImpl;
FlowImpl;
--GlobalsImpl;
HashImpl;
Main;
MarkImpl;
ModelImpl;
ParseImpl;
PrintoutImpl;
SlopeModelImpl;
StagePoolImpl;
END.
Christian LeCocq April 15, 1986 1:42:06 pm PST
Sweep out the dust, reducing the number of packages involved. Cedarized the style.
changes to: IMPORTS, CONTROL