source: CIVL/mods/dev.civl.abc/grammar/fortran/README

main
Last change on this file was aad342c, checked in by Stephen Siegel <siegel@…>, 3 years ago

Performing huge refactor to incorporate ABC, GMC, and SARL into CIVL repo and use Java modules.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5664 fb995dde-84ed-4084-dfe6-e5aef3e2452c

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