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