antioch icon indicating copy to clipboard operation
antioch copied to clipboard

Cleanup ParserBase default implementations

Open pbauman opened this issue 6 years ago • 0 comments

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.

pbauman avatar Jun 25 '18 22:06 pbauman