JasmineThyme.mesa
Copyright © 1986 by Xerox Corporation. All rights reserved.
Created by Neil Gunther; July 15, 1986 11:39:16 am PDT
Last Edited by: Neil Gunther July 15, 1986 11:44:01 am PDT
DIRECTORY
Jasmine, Rope, SymTab, TiogaFileOps, ViewerTools;
JasmineThyme: CEDAR DEFINITIONS = BEGIN
CreateThymeFile: PROC [jasmineModel: SymTab.Ref, outputFile: Rope.ROPE];
ShowThyme: PROC [workingDir, thyFile: Rope.ROPE];
END.