summaryrefslogtreecommitdiffhomepage
path: root/cppbnf.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-03-16 21:27:38 +0100
committerRoland Reichwein <mail@reichwein.it>2020-03-16 21:27:38 +0100
commit74350b52fee9f576a1cc71d99cfd4ebdf5a73e0f (patch)
treefbcc823f28f31b3671af3a1e01a109abae0dbb92 /cppbnf.cpp
parent9502989aec80e8f75cf14e7dd7d1d85333090866 (diff)
Fixed lexer
Diffstat (limited to 'cppbnf.cpp')
-rwxr-xr-xcppbnf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppbnf.cpp b/cppbnf.cpp
index 4818fc3..fd246ba 100755
--- a/cppbnf.cpp
+++ b/cppbnf.cpp
@@ -220,7 +220,7 @@ BNF GetCppBNFLex()
{"preprocessing-token", {
{"header-name"},
- {"import-keyword"},
+ //{"import-keyword"}, // TODO
{"identifier"},
{"pp-number"},
{"character-literal"},