diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-03-27 19:12:44 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-03-27 19:12:44 +0100 |
commit | 02d391df5cb7a9cefcd6fec62c4392a8557b5dc8 (patch) | |
tree | c397ad923b87a8fbbd8669ec421e318c6f228377 /cpp.cpp | |
parent | 3057729f132d516dd9ed58c6964a495aa1c11c3d (diff) |
Fixes
Diffstat (limited to 'cpp.cpp')
-rw-r--r-- | cpp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ void CPP::backslash_escape() // TODO } -// Phase 3: Parse preprocessing tokens +// Phase 3: Parse preprocessing tokens, TODO: discard comments std::vector<Token> CPP::preprocessing_tokenize(const std::string& s) { auto bnf{SubBNF(CPPBNF::GetCppBNFLex(), "preprocessing-token")}; |