camfort / fortran-src

Fortran parsing and static analysis infrastructure
https://hackage.haskell.org/package/fortran-src
Other
44 stars 20 forks source link

Pretty printer additions #275

Closed RaoulHC closed 11 months ago

RaoulHC commented 11 months ago

Some fixes and some changes to accepted standards.

raehik commented 11 months ago

Cheers! Small tweak: I see a number of | v == FortranX = ... guards (including the two you adapted) that use tooOld. Which is inaccurate for the check they perform. I added another error handler for those cases.