-- File: ThymeParser.config
-- Last Edited by:
-- Last Edited by: Gasbarro October 17, 1985 11:27:01 am PDT
-- John Ousterhout April 16, 1985

ThymeParserImpl: CONFIGURATION
IMPORTS
CommandTool, FS, IO, Process,
Real, RealFns, RefText, Rope
EXPORTS ThymeParser
CONTROL spFunctions, spModels, spMain =
BEGIN
 spBomb;
spErrors;
spExpressions;
spFunctions;
spGlobalsImpl;
spInput;
spMain;
spModels;
 END.