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

Pretty printer additions #275

Merged
merged 3 commits into from
Jul 28, 2023
Merged

Pretty printer additions #275

merged 3 commits into from
Jul 28, 2023

Conversation

RaoulHC
Copy link
Collaborator

@RaoulHC RaoulHC commented Jul 26, 2023

Some fixes and some changes to accepted standards.

Raoul Hidalgo Charman and others added 3 commits July 26, 2023 12:46
There's some statements that should be accepted in by the legacy pretty
printer as well as the extended pretty printer.
Call was missing the call keyword from pretty printing.
And while StParameter uses the same decl as everywhere else, even in
Fortran77 it uses `=` for assigning values rather than the old style
initial value syntax.
@raehik
Copy link
Collaborator

raehik commented Jul 28, 2023

Cheers! Small tweak: I see a number of | v == FortranX = ... guards (including the two you adapted) that use tooOld. Which is inaccurate for the check they perform. I added another error handler for those cases.

@raehik raehik merged commit 6388025 into master Jul 28, 2023
7 checks passed
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.

2 participants