-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Line continuations for strings in Fortran77Legacy #108
Comments
Interesting. I've never seen this before. Do you know where this particular style of continuation line came from? The |
Okay. I recounted more carefully. There are actually 63 spaces between
What do you think? How many spaces are after |
Any update on this? |
Lexing
with Fortran77Legacy yields the token
TString (2:19)-(3:24) "hi\n . there"
Apparently this compiles this gfortran
gcc version 7.3.1 20180303 (Red Hat 7.3.1-5) (GCC)
and emitsAt the very least, I don't the line continuation character
.
or newline\n
should appear in the token, although I'm not exactly sure what the string should be, specifically, how many blanks ought to be in the token string.The text was updated successfully, but these errors were encountered: