Hello!
Is jcpp capable of lexing and removing C++ style line comments?
I can't see anything in the API to do this, and there doesn't seem to be a Feature value that would enable it. I'm seeing line comments in the output of the preprocessor, so presumably it doesn't do it by default, either.
Hello!
Is
jcppcapable of lexing and removing C++ style line comments?I can't see anything in the API to do this, and there doesn't seem to be a
Featurevalue that would enable it. I'm seeing line comments in the output of the preprocessor, so presumably it doesn't do it by default, either.