in reply to Re^2: Lexing C++
in thread Lexing C++

Sure.

I did say it is incomplete. That's a part of it. Also many more multi-character ops are missing, such as == != += -= ++ -- etc.

It is true that no test case with quoted double quotes was provided :)

My C++ is very rusty, I'm sire there are many more lexical elements that are missing.