fortran-src v0.8.0 Release Notes

Release Date: 2022-01-04 // over 2 years ago
    • Merge declarator constructors. Now you differentiate between array and scalar declarators by looking at the relevant field. See Language.Fortran.AST.Declarator for details.
    • Add bozAsNatural :: Num a => Boz -> a function to resolve BOZ constants as integers