diff options
Diffstat (limited to 'lexer.h')
-rw-r--r-- | lexer.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -53,6 +53,8 @@ public: Lexer(const BNF& bnf, const std::string& Top); std::vector<Token> Lex(const std::string& s); + static void PreprocessorTokensToTokens(std::vector<Token>& tokens); + }; } // namespace Lex |