1 #ifndef LEXERLITERALPARSER_HPP
 2 #define LEXERLITERALPARSER_HPP
 3 #include <soulng/cppcode/Literal.hpp>
 4 #include <soulng/lexer/Token.hpp>
 5 #include <soulng/parser/Match.hpp>
 6 #include <soulng/parser/Value.hpp>
 7 
 8 // this file has been automatically generated from 'D:/work/soulng-project/tools/sng2html/sng2html/LexerLiteralParser.parser' using soulng parser generator spg version 3.0.0
 9 
10 class LexerFileLexer;
11 
12 struct LexerLiteralParser 
13 {
14     static soulng::parser::Match CppLiteral(LexerFileLexer& lexer);
15 };
16 
17 #endif // LEXERLITERALPARSER_HPP