BoxTree.mesa
Implementation for Displaying Mathematical Expressions
DIRECTORY
InternalExpr
USING [
EXPR],
ImagerFont
USING [Extents];
BoxTree:
CEDAR
DEFINITIONS
~
BEGIN
BOXTREE:
TYPE ~
REF BoxTreeRep;
BoxTreeRep:
TYPE ; -- use implementation type
END.