summaryrefslogtreecommitdiffhomepage
path: root/lexer.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-01-25 13:19:49 +0100
committerRoland Reichwein <mail@reichwein.it>2020-01-25 13:19:49 +0100
commitc984c05f2f2d6c9cee4a0eb561fd7184786c5d1d (patch)
treeede659042357aa5b7a3564c650edf8b42f9d7c71 /lexer.cpp
parente172ed9f799501c234c8da18cef829244473f1d7 (diff)
Minor fixes
Diffstat (limited to 'lexer.cpp')
-rw-r--r--lexer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexer.cpp b/lexer.cpp
index 7717b85..a0681f4 100644
--- a/lexer.cpp
+++ b/lexer.cpp
@@ -292,7 +292,7 @@ std::vector<Token> Lexer::Lex(const std::string& s)
return result;
}
-// C++: Preprocessor Tokens To Tokens
+// TODO: C++: Preprocessor Tokens To Tokens
void Lexer::PreprocessorTokensToTokens(std::vector<Token>& tokens)
{
for (auto& i : tokens) {