| Release: | 0.3 |
|---|---|
| Date: | July 30, 2010 |
The F2py project...
Please report any issues to F2py Issue Tracker.
| fparser.f2003 | PFI |
| fparser.parse | PFI |
| fparser.read | PFI |
Fortran parser package.
| Author: | Pearu Peterson <pearu.peterson@gmail.com> |
|---|---|
| Created: | September 2006 |
The Fortran parser package is a Python implementation of Fortran 66/77/90/95/2003 language parser. The Fortran language syntax rules are defined in Fortran2003 package, the rules are taken from the following ISO/IEC 1539 working draft:
http://j3-fortran.org/doc/2003_Committee_Draft/04-007.pdf
| fparser.api | Public API for Fortran parser. |
| fparser.Fortran2003 | Fortran 2003 Syntax Rules. |
| fparser.readfortran | Provides Fortran reader classes. |
| fparser.parsefortran | Provides FortranParser. |