This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fortran parser


Hi Bud,

My Fortran parser could not be used to encode .mod files. The output is quite large, and I reckon it would be inefficient to use it for that purpose. Moreover the output is "symbolic", which means that the following piece of code:

PARAMETER( N = 1, M = 2, P = M+N )

Would output exactly that P is the sum of M and N, not 3.

You consider that the parser output is not interesting for gfortran developpers. You are right, it is not. It is only of interest for people working with Fortran.

Regards,

Philippe


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]