parser: move virtual match() to do_match() and provide frontend
This allows to call match() method equally by using char T* or std::basic_string_view<T>. Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
This allows to call match() method equally by using char T* or std::basic_string_view<T>. Signed-off-by: Simon Rozman <simon@rozman.si>