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)
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)