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
Input files should be able to correctly tokenize and ignore an inline-comment. For simplicity, block-style comments (e.g. C's /* */) will not be allowed.
Inline-comments should be demarcated by a prefix token (to be decided on) and extend until the end of the input line. This content may either be stripped from the output or kept as an inline comment on enumerator definitions and preprocessor directives.
The text was updated successfully, but these errors were encountered:
Input files should be able to correctly tokenize and ignore an inline-comment. For simplicity, block-style comments (e.g. C's
/* */
) will not be allowed.Inline-comments should be demarcated by a prefix token (to be decided on) and extend until the end of the input line. This content may either be stripped from the output or kept as an inline comment on enumerator definitions and preprocessor directives.
The text was updated successfully, but these errors were encountered: