LarkSynthesizer.mesa
Copyright © 1986 by Xerox Corporation. All rights reserved.
Last modified by D. Swinehart, October 26, 1986 12:20:42 pm PST
DIRECTORY
Synthesizer USING [ SynthSpec ],
Thrush USING [ ActionType ],
ThSmartsPrivate USING [ LarkInfo ]
;
LarkSynthesizer: CEDAR DEFINITIONS = {
Smarts-to-Lark Procedures
AddText: PROC[
info: ThSmartsPrivate.LarkInfo,
synthSpec: Synthesizer.SynthSpec,
filter: BOOLTRUE,
queueIt: BOOLTRUE
];
SynthFlush: PROC[
info: ThSmartsPrivate.LarkInfo
];
Lark-to-Smarts procedure
LarkSynthReport: PROC[sS: Synthesizer.SynthSpec, actionType: Thrush.ActionType];
}.
Swinehart, October 23, 1986 6:50:48 am PDT
Loosely derived from Thrush 6 Synthesizer code.