You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is jcpp capable of lexing and removing C++ style line comments?
// This is a comment
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: