Skip to content
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

Change formalized and multi line comment syntax #1329

Closed
smedilol opened this issue Mar 26, 2019 · 0 comments
Closed

Change formalized and multi line comment syntax #1329

smedilol opened this issue Mar 26, 2019 · 0 comments
Assignees
Labels
TC-Comment User Visible Visible by the end user. Useful to priorize issue

Comments

@smedilol
Copy link
Contributor

Describe the bug
The current syntax for formalized and multi line comment are in conflicts with some of our legacy code.

To Reproduce
(Type)Cobol code that cause the bug : (if any)
For multi-line comment, current syntax is:

*<<

*>>

For formalized comment, current syntax is:

*<<<

*>>>

Expected behavior
To avoid any conflict with our legacy, we'll now use a special character in column 7 to detect a formalized or multi line comment marker.

For multi-line comment, new syntax will be:

%<<

%>>

For formalized comment, new syntax will be:

%<<<

%>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TC-Comment User Visible Visible by the end user. Useful to priorize issue
Projects
None yet
Development

No branches or pull requests

2 participants