<> <<>> <> <> << 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.