diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-01-23 21:53:57 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-01-23 21:53:57 +0100 |
commit | e172ed9f799501c234c8da18cef829244473f1d7 (patch) | |
tree | 2c36c8adef69bd7c1b61efc1fe91188ab61ca6d8 /lexer.h | |
parent | f7cdbb6635d62a0347be579cb8dd6badec22956d (diff) |
Added grammer
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 |