From e172ed9f799501c234c8da18cef829244473f1d7 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 23 Jan 2020 21:53:57 +0100 Subject: Added grammer --- lexer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lexer.h') diff --git a/lexer.h b/lexer.h index c6576d0..b46808b 100644 --- a/lexer.h +++ b/lexer.h @@ -53,6 +53,8 @@ public: Lexer(const BNF& bnf, const std::string& Top); std::vector Lex(const std::string& s); + static void PreprocessorTokensToTokens(std::vector& tokens); + }; } // namespace Lex -- cgit v1.2.3