TreeCheck.mesa
Copyright © 1985, 1986 by Xerox Corporation. All rights reserved.
written by Pier. February, 1981
last written by Paxton. 20-May-81 10:44:14
Doug Wyatt, September 2, 1986 12:51:43 pm PDT
DIRECTORY
TextNode USING [Node];
TreeCheck: CEDAR DEFINITIONS
= BEGIN
Node: TYPE = TextNode.Node;
Verify: PROC [node: Node];
... called to verify that a Tioga tree structure is valid. If a problem is discovered, an exit to the debugger with an error message and locale is taken.
END.
Log
Created February 18, 1981, by Pier.
Modified for new node structure 20-May-81, by Paxton