stfc / PSyclone

Domain-specific compiler and code transformation system for Finite Difference/Volume/Element Earth-system models in Fortran
BSD 3-Clause "New" or "Revised" License
107 stars 29 forks source link

Support parsing character length #2612

Open sergisiso opened 5 months ago

sergisiso commented 5 months ago

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.