From 74350b52fee9f576a1cc71d99cfd4ebdf5a73e0f Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 16 Mar 2020 21:27:38 +0100 Subject: Fixed lexer --- cppbnf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppbnf.cpp') 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"}, -- cgit v1.2.3