ParserFilter suggestion

Ron Bourret (rbourret@dvs1.informatik.tu-darmstadt.de)
Fri, 31 Jul 1998 09:39:12 +0200


Currently, SetParser in ParserFilter accepts a single parser. I think this
should be a Stack of parsers. Each ParserFilter would set its own parser to the
top parser on the stack, pop that off, and pass the rest of the Stack to the
next level down. This would allow the application to build a stack of
ParserFilters, each performing a different operation.

-- Ron Bourret