-- File: Crystal.config
-- Generates the Crystal program.
-- Last Edited by: Gasbarro October 17, 1985 11:55:41 am PDT
-- Barth, February 17, 1986 3:06:19 pm PST
-- John Ousterhout December 13, 1983 4:19 pm

Crystal: CONFIGURATION
IMPORTS
   Atom, BasicTime, CommandTool, CoreClasses, CoreOps, CoreProperties, FS, HashTable, Icons, IO, Menus, Process, ProcessProps,
   Real, RealFns, RefText, Rope, SafeStorage, TypeScript, ViewerIO, ViewerOps, ViewerTools, VMStatistics
EXPORTS
	CrystalOps
CONTROL ThymeParserImpl, 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;
	ThymeParserImpl;
END.