This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Fortran parser
- From: Philippe Marguinaud <philippe dot marguinaud at meteo dot fr>
- To: bdavis9659 at sbcglobal dot net
- Cc: fortran at gcc dot gnu dot org
- Date: Sun, 30 Nov 2008 09:24:39 +0100
- Subject: 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