1
2
3
4
5
6 #ifndef SNG2HTML_SNG2HTML_IDENTIFIER_INCLUDED
7 #define SNG2HTML_SNG2HTML_IDENTIFIER_INCLUDED
8 #include <sng2html/sng2html/LexerContext.hpp>
9
10 namespace sng2html { namespace sng2html {
11
12 void MakeAsciiIdentifierClasses(LexerContext& lexerContext);
13 void MakeUnicodeIdentifierClasses(LexerContext& lexerContext);
14
15 } }
16
17 #endif // SNG2HTML_SNG2HTML_IDENTIFIER_INCLUDED