Re: Fortran 77 parser



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

.