UMR-CNRM / pyfortool

Python FORTRAN tool
Other
2 stars 3 forks source link

USE module statement looks better and performant #10

Open SebastienRietteMTO opened 1 year ago

SebastienRietteMTO commented 1 year ago

Copied from https://github.com/SebastienRietteMTO/PHYEX-fortran-tool/issues/17

USE module statements can be improved by

  1. Beautifying
  1. Performing
    • clean unused module
    • clean unused ONLY specific variable
    • [hard] : for simple 'USE MODULE' statement, detect and add 'ONLY' variables used