jameskermode / f90wrap

F90 to Python interface generator with derived type support
GNU Lesser General Public License v3.0
243 stars 80 forks source link

support type-bound procedures #190

Closed shaoxc closed 1 year ago

shaoxc commented 1 year ago

Improve and update the support for type-bound procedures, allowing for multiple types of procedures. Additionally, module procedures also can be used as regular procedures.

jameskermode commented 1 year ago

This looks good, thank you. Happy to merge!