camfort / fortran-src

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

BOZ: +function to resolve as int #198

Closed raehik closed 2 years ago

raehik commented 2 years ago

This targets most of Vars.BozConstant. The other functions in there are to do with evaluation and value type coercion (putting a Haskell Integer into a Fortran INT(x)), which are handled elsewhere in my ongoing type analysis.