CedarParseSupport.mesa
Copyright Ó 1992 by Xerox Corporation. All rights reserved.
Sturgis, August 12, 1989 10:46:37 am PDT
Willie-s, May 14, 1992 12:24 pm PDT
DIRECTORY
IO USING[STREAM],
MPTree USING[Link],
Rope USING[ROPE];
CedarParseSupport: CEDAR DEFINITIONS =
BEGIN
ParseCedarExpression: PROC[expr: Rope.ROPE, errout: IO.STREAM ¬ NIL] RETURNS[MPTree.Link];
END..