Skip to content
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

Incorrect handling of continuation lines in fixed-form FORTRAN #5

Open
Shimuuar opened this issue Apr 13, 2015 · 1 comment
Open

Incorrect handling of continuation lines in fixed-form FORTRAN #5

Shimuuar opened this issue Apr 13, 2015 · 1 comment

Comments

@Shimuuar
Copy link
Contributor

It seems that lexer only allows &$+ as continuation chrarcter while FORTRAN 77 standard states that anything but 0 and space could be used.

          3.2.3  Continuation_Line.  A continuation line  is  any
          line   that  contains  any  character  of  the  FORTRAN
          character set other than the  character  blank  or  the
          digit  0 in column 6 and contains only blank characters
          in columns 1 through 5.  A statement must not have more
          than nineteen continuation lines.

For example I have code at hands which uses @ as continuation character

@dorchard
Copy link
Contributor

Thanks for this. We need to add this. Hopefully we can do this soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants