-- parser.config -- Last Edited by: Gnelson, January 10, 1983 6:50 pm Parser: CONFIGURATION IMPORTS Runtime, Atom, RefText, Rope, IO, ViewerOps, TiogaOps EXPORTS JunoParserEtc CONTROL JunoParserEtcImpl = BEGIN UnparserBufferImpl; ParseTableImpl; LexerImpl; ParserImpl; UnparserImpl; ParseWindowImpl; JunoParserEtcImpl; END.