Re: Fortran 77 parser
- From: glen herrmannsfeldt <gah@xxxxxxxxxxxxxxxx>
- Date: Fri, 04 Apr 2008 05:44:19 -0800
Jon Harrop wrote:
(someone wrote)
Does it parse the following?
integerinteger,end
Some of the harder ones I remember have to do with DO statements
and FORMAT statements. Because of the problems with FORMAT
statements, WATFIV made the string 'FORMAT(' at the beginning
of a statement reserved.
DO10I1=1,3
10 FORMAT(I1)=3
DO 10 I1 = 1.3
-- glen
.
- Follow-Ups:
- Re: Fortran 77 parser
- From: James Giles
- Re: Fortran 77 parser
- References:
- Re: Fortran 77 parser
- From: Jon Harrop
- Re: Fortran 77 parser
- From: Tobias Burnus
- Re: Fortran 77 parser
- From: Jon Harrop
- Re: Fortran 77 parser
- Prev by Date: Re: Fortran 77 parser
- Next by Date: Zero-size arrays
- Previous by thread: Re: Fortran 77 parser
- Next by thread: Re: Fortran 77 parser
- Index(es):