SCPmCode.mesa
Copyright © 1986 by Xerox Corporation. All rights reserved.
Created: Douady, Sindhu April 10, 1987 12:50:16 pm PDT
Pradeep Sindhu April 13, 1987 5:30:19 pm PDT
Interface to SCPmCodeImpl.
DIRECTORY
Core, CoreClasses, CoreCreate, CoreProperties, Ports, Rope, Rosemary, RosemaryUser;
SCPmCode: CEDAR DEFINITIONS
~ BEGIN
CellType: TYPE = Core.CellType;
ROPE: TYPE = Rope.ROPE;
WR: TYPE = CoreCreate.WR;
Level: TYPE = Ports.Level;
LevelSequence: TYPE = Ports.LevelSequence;
Constants
NumStackBits, NumPCBits: NAT;
Procs
Create: PUBLIC PROC [] RETURNS [ct: CellType];
END.