Utility to analyze FORTRAN source and generate C-bindings. This Python
module requires GFORTRAN to be installed to operate correctly. The
main class, Source, does the following:

1: Open the source provided as an argument.
2: Build the source using GFORTRAN and grabbing the internal parse tree.
3: Read the parse tree and create a Python structure representing it.

The two members of Source that are relevant are "procedures" which is
a dictionary of all the identified FORTRAN procedures and "commons"
which is a dictionary of all the identified common blocks. All keys
are the lower case name of either the procedure or common block. The
Procedure class then has two members of import, "symtrees" which is a
dictionary of all defined symbols and "commons" which is all defined
common blocks.

To generate C-interface code for a procedure call Procedure.cexpr(). The
same applies to the common blocks of class Common. See the individual
classes for further details.

Project Activity

See All Activity >

Follow f2cwrap

f2cwrap Web Site

Other Useful Business Software
Enterprise-grade ITSM, for every business Icon
Enterprise-grade ITSM, for every business

Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Try it Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of f2cwrap!

Additional Project Details

Registered

2015-07-07