di 0.1.0
Loading...
Searching...
No Matches
parser_base.h
Go to the documentation of this file.
1#pragma once
2
3namespace di::parser {
4template<typename Self>
5class ParserBase {};
6}
Definition parser_base.h:5
Definition code_point_parser.h:10