1 #ifndef ParserFileLexer_HPP
 2 #define ParserFileLexer_HPP
 3 
 4 // this file has been automatically generated from 'D:/work/soulng-project/tools/sng2html/sng2html/ParserFileLexer.lexer' using soulng lexer generator slg version 3.0.0
 5 
 6 #include <soulng/lexer/Lexer.hpp>
 7 
 8 class ParserFileLexer public soulng::lexer::Lexer
 9 {
10 public:
11     ParserFileLexer(const std::u32string& content_const std::string& fileName_int fileIndex_);
12     ParserFileLexer(const char32_t* start_const char32_t* end_const std::string& fileName_int fileIndex_);
13     int NextState(int statechar32_t c) override;
14     int leftAngleCount;
15     bool parsingIncludeDeclaration;
16 private:
17     int GetTokenId(int statementIndex);
18 };
19 #endif