Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] Photran 6 support for C preprocessor

Hi all,

I filed this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=337039

With photran 6.0.5, the following code is not parsed properly (I get SytaxException: syntax error: unexpected logical ...)

MODULE TEST
CHARACTER(LEN=*), PARAMETER    ::    COMPILE_DATE =    __DATE__
LOGICAL    ::    INTERACTIVE    =    .FALSE.
END MODULE TEST

Is this meant to work? I have checked that the extension I gave the file is expected by Photran to be free-form and C preprocessed.

Am I missing something?

Thanks!

Back to the top