We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I'm working on a legacy code and it seems that the following syntax for parameters isn't being considered:
parameter(name=value)
I would be happy to contribute to the project and fix this bug if you give me some hints. Best regards
The text was updated successfully, but these errors were encountered:
Hi @ehermann apologies for taking a while to get back to you. I will have a look at this now and see how easy it is to fix.
Sorry, something went wrong.
So we have no support for this type of AST node, we currently support the PARAMETER attribute
I will need to implement the PARAMETER statement see 8.6.11 in Fortran Standard 2018 draft
gnikit
No branches or pull requests
Hello,
I'm working on a legacy code and it seems that the following syntax for parameters isn't being considered:
I would be happy to contribute to the project and fix this bug if you give me some hints.
Best regards
The text was updated successfully, but these errors were encountered: