Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Comments should be allowed anywhere in the code, including after lines. #62

Closed
pbennett opened this issue Jan 30, 2023 · 0 comments
Closed
Labels
feature request Request a new feature or change to an existing one

Comments

@pbennett
Copy link

Currently, # comments are only allowed on a line by themself.

They should be allowed after lines as well:
const int MY_CONST = 42 # Magic constant

Variations of this same issue are also referenced in #45 and #15

Comments should also be allowed before the #pragma version XX line (ie: templated copyright lines for eg)

@fergalwalsh fergalwalsh added the feature request Request a new feature or change to an existing one label Feb 3, 2023
@tinymanorg tinymanorg locked and limited conversation to collaborators Feb 3, 2023
@fergalwalsh fergalwalsh converted this issue into discussion #73 Feb 3, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
feature request Request a new feature or change to an existing one
Projects
None yet
Development

No branches or pull requests

2 participants