fortls
fortls copied to clipboard
parameter(name=value) not being parsed
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
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.
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
