diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-03-16 21:27:38 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-03-16 21:27:38 +0100 |
commit | 74350b52fee9f576a1cc71d99cfd4ebdf5a73e0f (patch) | |
tree | fbcc823f28f31b3671af3a1e01a109abae0dbb92 /cppbnf.cpp | |
parent | 9502989aec80e8f75cf14e7dd7d1d85333090866 (diff) |
Fixed lexer
Diffstat (limited to 'cppbnf.cpp')
-rwxr-xr-x | cppbnf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -220,7 +220,7 @@ BNF GetCppBNFLex() {"preprocessing-token", { {"header-name"}, - {"import-keyword"}, + //{"import-keyword"}, // TODO {"identifier"}, {"pp-number"}, {"character-literal"}, |