JunoOldParserEtc.mesa (was OldJunoParserEtc.mesa)
Last Edited by: Gnelson, October 11, 1983 9:39 pm
Last Edited by: Stolfi, March 13, 1984 3:57:46 am PST
Sets up parser and unparser tables for Juno, forks a text viewer, and exportsa procedure that parses and unparses the viewer's contents.
DIRECTORY Rope, JunoOldParseWindow;
JunoOldParserEtc: DEFINITIONS
=
BEGIN OPEN ParseWindow: JunoOldParseWindow;
junoA: PUBLIC ParseWindow.Handle;
Algebra: PROC[fileName:Rope.ROPE]; -- Initializes JunoA
Parse: PROC; -- Parses the contents of junoA
END.