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

Commits on Jul 26, 2023

  1. Add more statements to the legacy pretty printer

    There's some statements that should be accepted in by the legacy pretty
    printer as well as the extended pretty printer.
    Raoul Hidalgo Charman committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    bc9a59a View commit details
    Browse the repository at this point in the history
  2. Fix call and parameter pretty printing

    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.
    Raoul Hidalgo Charman committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    4dd6792 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    71eb297 View commit details
    Browse the repository at this point in the history