antioch
antioch copied to clipboard
Cleanup ParserBase default implementations
ParserBase is meant to define API. So instead of everything being not implemented by default, let's make them pure virtual (where appropriate) and then let derived classes show not implemented. I think this is much more self-documenting.