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

Detecting Fortran compiler preprocessors (lines starting with !DEC$) as comments #92

Closed
mehrpay opened this issue Feb 3, 2023 · 0 comments

Comments

@mehrpay
Copy link

mehrpay commented Feb 3, 2023

The compiler preprocessors are detected as comments. Lines that start with !DEC$ are not comments but they are compiler modifiers, similar to #if() in C++.
This makes the code very difficult to read.
(Closed since it is a duplicate of #91 (comment))

@mehrpay mehrpay closed this as completed Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant