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
61 stars 28 forks source link
fortran parsing python

News

Introduction

This project is based upon the Fortran (77..2003) parser originally developed by Pearu Peterson for the F2PY project, www.f2py.com. It provides a parser for Fortran source code implemented purely in Python with minimal dependencies.

Obtaining

fparser is available from the Python Package Index. It may also be cloned from github. Alternatively, github provides tarballs for each of the releases.

Documentation

The documentation for fparser is hosted on ReadTheDocs.

Code Metrics

fparser unit tests codecov Documentation Status

Icicle coverage plot generated by CodeCov

See also

www.f2py.com.