main
| Line | |
|---|
| 1 | All Fortran grammar files are imported from the project 'Open Fortran Parser'
|
|---|
| 2 | (http://fortran-parser.sourceforge.net/)
|
|---|
| 3 |
|
|---|
| 4 | Open Fortran Parser (OFP)
|
|---|
| 5 | The Open Fortran Parser (OFP) project provides ANTLR-based parsing tools that support the Fortran 2008 standard.
|
|---|
| 6 | The intent is to provide compiler front-end level tool with a standard-compliant Fortran parser.
|
|---|
| 7 | The final draft of the ISO Fortran 2003 specification originally used to develop OFP can be found at this location.
|
|---|
| 8 | Information on additions and changes to Fortran introduced in the 2008 language specification can be found here.
|
|---|
| 9 |
|
|---|
| 10 | If you are a user looking for a tool to perform transformations or analysis tasks on Fortran code,
|
|---|
| 11 | you should look at the ROSE project. ROSE uses OFP to parse Fortran files.
|
|---|
| 12 | Most users will find ROSE to be the right solution to their problem.
|
|---|
| 13 | If you require direct access to the parser-level information, then OFP can be used on its own.
|
|---|
| 14 |
|
|---|
| 15 | As of NetBeans version 6.9, OFP is listed as a dependency to provide basic Fortran support to the IDE.
|
|---|
| 16 |
|
|---|
| 17 | The OFP project is currently available under the Eclipse Public License and the BSD License.
|
|---|
| 18 |
|
|---|
| 19 | Participants: Craig Rasmussen, Matthew Sottile, Dan Quinlan.
|
|---|
| 20 | Alumni: Chris Rickett, Bryan Rasmussen.
|
|---|
| 21 | Institutions: Los Alamos National Laboratory; Galois, Inc.; Lawrence Livermore National Laboratory; Rice University. |
|---|
Note:
See
TracBrowser
for help on using the repository browser.