OpenFortranProject / ofp-sdf

SDF grammar for Fortran 2008 with constructors for AST
Other
23 stars 7 forks source link

Comment lines should be allowed in continuation #4

Closed rasmussn closed 11 years ago

rasmussn commented 11 years ago

Continued statements may contain comments both following the "&" symbol and as a comment line between the continued statement. The following example should parse successfully:

integer :: & ! this is a comment line splitting a continued statement i end