PLAGen.mesa
Copyright © 1985, 1986 by Xerox Corporation. All rights resersed.
Don Curry March 13, 1987 5:38:00 am PST
PLAGen:
CEDAR
DEFINITIONS =
BEGIN
Context: TYPE = Sisyph.Context;
ExpToPlaCell: PROC[expr: REF, type: ATOM ← NIL] RETURNS[cell: Core.CellType];
PLABody: PROC[cx: Context, tttFile: Rope.ROPE] RETURNS[cell: Core.CellType];
PLAInSB: PROC[cx: Context, tttFile: Rope.ROPE] RETURNS[cell: Core.CellType];
PLAOutDrHeader: PROC[ tttFile: Rope.ROPE] RETURNS[cell: Core.CellType];
END.