File: MPCParserDefs.mesa
November 1979 by MN
Updated: November 23, 1979 11:42 PM
Last Edited by: McCreight, January 27, 1985 2:53:49 pm PST
DIRECTORY
IO;
MPCParserDefs: CEDAR DEFINITIONS =
BEGIN
Scan: PUBLIC PROCEDURE [s: IO.STREAM, execute: BOOL]
RETURNS [errorCount: CARDINAL];
Scan MPC document on stream s, executing it if requested
END.