fortls icon indicating copy to clipboard operation
fortls copied to clipboard

parameter(name=value) not being parsed

Open ehermann opened this issue 3 years ago • 2 comments

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

ehermann avatar Sep 30 '22 12:09 ehermann

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.

gnikit avatar Oct 14 '22 17:10 gnikit

So we have no support for this type of AST node, we currently support the PARAMETER attribute image

I will need to implement the PARAMETER statement see 8.6.11 in Fortran Standard 2018 draft

image

gnikit avatar Oct 16 '22 11:10 gnikit