reuterbal / 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.

Home Page:https://fparser.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

News

  • 15/05/2020 Version 0.0.11 released. See the CHANGELOG for details.
  • 18/11/2019 Version 0.0.10 released. See the CHANGELOG for details.
  • 04/11/2019 Version 0.0.9 released. See the CHANGELOG for details.
  • 03/12/2018 Version 0.0.8 released. See the CHANGELOG for details.
  • 23/04/2018 Version 0.0.7 released. See the CHANGELOG for details.
  • 22/03/2017 Version 0.0.2 released. Documentation made available on ReadTheDocs.
  • 16/01/2017 Parser code extracted from F2PY project to form the base of the fparser project.

Introduction

This project is based upon the Fortran (77..2003) parser originally developed by Pearu Peterson for the F2PY project, www.f2py.com.

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

See also

www.f2py.com.

About

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

License:Other


Languages

Language:Python 98.9%Language:Fortran 1.0%Language:Makefile 0.1%