stfc / fparser

This project maintains and develops a Fortran parser called fparser2 written purely in Python which supports Fortran 2003 and some Fortran 2008. A legacy parser fparser1 is also available but is not supported. The parsers were originally part of the f2py project by Pearu Peterson.
https://fparser.readthedocs.io
Other
63 stars 29 forks source link

448 make public example #450

Open hiker opened 2 months ago

hiker commented 2 months ago

Adds a script that removes all private and protected attributes (which is used in PSyclone's kernel extraction). Added a chapter explaining the examples to the manual, added tests for examples (triggered in CI), and added me as author.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Please upload report for BASE (master@2d8cef7). Learn more about missing BASE report.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #450 +/- ## ========================================= Coverage ? 92.13% ========================================= Files ? 85 Lines ? 13824 Branches ? 0 ========================================= Hits ? 12737 Misses ? 1087 Partials ? 0 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.