Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] fixed form

Now I have a question.

I have a simple fixed format code (filename ends in .F). The outline/problems views are complaining about the lines that start with a 'c' in column 1:

Unexpected end of statement: \n (line 3, column2). Expected one of the following: %, =>, character constant, equals, (, [, :
Unexpected comma: , (line 4, column2). Expected one of the following: %, =>, character constant, equals, (, [, :
Unexpected end of statement: \n (line 5, column2). Expected one of the following: %, =>, character constant, equals, (, [, :

What gives? Is this a bug in the parser?

Thanks,
Greg

Back to the top