SaffronTypeSizeDependencies.mesa
Copyright Ó 1988 by Xerox Corporation. All rights reserved.
James Rauen, June 17, 1988 11:21:49 am PDT
Analysis of size & bounds dependencies.
DIRECTORY
SaffronContextPrivateTypes USING [ContextRibNode];
SaffronTypeSizeDependencies: CEDAR DEFINITIONS ~ BEGIN
AnalyzeDependencies: PROC [contextRib: SaffronContextPrivateTypes.ContextRibNode];
Raise an error (what error?) if contextRib contains any cyclic dependencies in its declarations. If contextRib is okay, fill in all of its SIZE, FIRST, and LAST fields. (If we get really clever, and lucky, maybe we can also discriminate the Specianated types.)
END.