-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trailing comments for all line-types #53
Comments
Well, that's technically not really a "bug". It's more a "works as inteded"/"missing feature". Anything that isn't a line containing (only) statements (include, macro, define, mutiline-if-header, while-header) simply isn't designed to have comments. It's possible to add this, and it would not be too hard. In the meantime the workaround here is to just put the comment on a seperate line |
Ok I see. I did place the comments on another line, however, if you did implement commenting on those lines it would be helpful. Thank you. |
It's not difficult to do, it's just work |
Commenting after an
include
results inExpected newline. Found Token: '// the comment'(Comment) parser
.The same error occurs with
macro
Same occurs with
define
Thank you.
The text was updated successfully, but these errors were encountered: