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

Fix parsing DO 10 WHILE constructs #164

Merged
merged 2 commits into from
Jul 28, 2021
Merged

Fix parsing DO 10 WHILE constructs #164

merged 2 commits into from
Jul 28, 2021

Conversation

raehik
Copy link
Collaborator

@raehik raehik commented Jul 28, 2021

Lexer couldn't pick up the WHILE as a TWhile in those cases. Fixed using
the same approach as other lookarounds.

Lexer couldn't pick up the WHILE as a TWhile in those cases. Fixed using
the same approach as other lookarounds.
The F77 parser is missing tests for DOs and DO WHILEs. The former exists
in the spec, the latter is a common extension (and it's already
supported in the parser).
@raehik raehik merged commit 61de3c8 into master Jul 28, 2021
@raehik raehik deleted the labelled-do-while-fix branch July 28, 2021 19:24
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

Successfully merging this pull request may close these issues.

1 participant