-- ParserEtc.config
-- GNelson August 24, 1983 4:33 pm

ParserEtc: CONFIGURATION
  IMPORTS Atom, RefText, Rope, IO, IOClasses, FS, TiogaOps
  EXPORTS ParseWindow =
  BEGIN
      UnparserBufferImpl;
      ParseTableImpl;
      LexerImpl;
      ParserImpl;
      UnparserImpl;
      ParserGenImpl;
      ParseWindowImpl;
  END.