You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: