Agreed. I think we need a different approach for handling comments in preprocessor. At the moment there is a semi-complete parser for comments in the PP. I will remove this and handle only the necessary cases in the PP and pass the comments to the compiler.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Diff:
There are other situations for bad comment recognition ...
the end of comment is not recognized also with single quote
Agreed. I think we need a different approach for handling comments in preprocessor. At the moment there is a semi-complete parser for comments in the PP. I will remove this and handle only the necessary cases in the PP and pass the comments to the compiler.
Should be fixed with new preprocessor.