camfort / fortran-src

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

AST: ScalarDeclarator -> ScalarDecl #199

Closed raehik closed 2 years ago

raehik commented 2 years ago

Quickly disagreed with my naming scheme once I had used them a bit. "declarator" is an annoying word, "decl" isn't ambiguous and the type name remains the same (just shortening the constructors).