camfort / fortran-src

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

Rewriter Fixes #232

Closed jasonqxu closed 2 years ago

jasonqxu commented 2 years ago

Wrapping implicit comments - contributed by Anthony Burzillo

Fix incorrect line wrap from eager comment detection - contributed by Vaibhav Yenamandra

jasonqxu commented 2 years ago

The rewriter fixes in this PR were implemented after the integration of fixed-form rewriter. Sync them up with fortran-src.

raehik commented 2 years ago

Nice fixes, thank you Jason for the upstream! Merging (Windows CI is failing with an unrelated issue).