1 // =================================
 2 // Copyright (c) 2020 Seppo Laakko
 3 // Distributed under the MIT license
 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 } } // namespace sng2html::sng2html
16 
17 #endif // SNG2HTML_SNG2HTML_IDENTIFIER_INCLUDED