Changelog for fortran-src-extras-0.1.0
0.1.0
Initial release.
Major changes from original package
- Use
Language.Fortran.Util.Position.getSpan
instead ofextractExpSrcSpan
,extractBlockSrcSpan
. AST nodes storing location info are instances of theSpanned
typeclass which allows easySrcSpan
extraction. Encoding.pprint
nowEncoding.pprint77l
- Rewriter has moved:
Language.Fortran.Rewriter
(in fortran-src package)