camfort / fortran-src

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

Eliminate UNIT node altogether #20

Open madgen opened 8 years ago

madgen commented 8 years ago

UNIT node is only used in backspace, rewind, and endfile statements. It seems this can be eliminated and merged with generic control information lists.

dorchard commented 6 years ago

I believe this has been done @madgen ?