1
2
3
4
5
6 #ifndef SNGCM_PARSER_PARSER_FILE_TOKEN_PARSER_INCLUDED
7 #define SNGCM_PARSER_PARSER_FILE_TOKEN_PARSER_INCLUDED
8 #include <sngcm/cmparser/ParserApi.hpp>
9 #include <sngcm/ast/SourceToken.hpp>
10
11 namespace sngcm { namespace parser {
12
13 void ParseParserFileLine(const std::u32string& parserFileLine, sngcm::ast::SourceTokenFormatter* formatter, bool& inBlockComment);
14
15 } }
16
17 #endif // SNGCM_PARSER_PARSER_FILE_TOKEN_PARSER_INCLUDED