We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d006606 commit 5711b20Copy full SHA for 5711b20
src/Language/Fortran/Parser/Fixed/Lexer.x
@@ -943,7 +943,7 @@ alexGetByte ai
943
| posAbsoluteOffset _position == aiEndOffset ai = Nothing
944
-- Skip the continuation line altogether
945
| isContinuation ai && _isWhiteInsensitive = skip Continuation ai
946
- -- Skip the newline before a comment
+ -- Skip comment lines "between" continuations
947
| aiFortranVersion ai >= Fortran77 && _isWhiteInsensitive
948
&& isNewlineCommentsFollowedByContinuation ai = skip NewlineComment ai
949
-- If we are not parsing a Hollerith skip whitespace
0 commit comments