PSyclone
PSyclone copied to clipboard
Support parsing character length
fparser2 frontend doesn't support character declarations with any kind of length specification, therefore, both e.g. character(len=10)
... and character(len=*)
end up as UnsupportedFortranType
.