UMR-CNRM / pyft

Python FORTRAN tool
Other
1 stars 2 forks source link

[Important Feature] Add the concept of tree #9

Closed SebastienRietteMTO closed 7 months ago

SebastienRietteMTO commented 12 months ago

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

The concept of tree is important and missing to handle functions that impacts the interface of a routine and then all the routines that CALL the modified routine.

WIth a concept of tree implemented, one could then resolve/develop new feature such as :

SebastienRietteMTO commented 8 months ago

The commits dda4c8fa627ed206e33b77ac0f6a7fcc95419242 and 75415405fcb4abd5533c0dd719915e411c34fc20 contribute to this issue

SebastienRietteMTO commented 7 months ago

A tree feature has been implemented