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

Not supported Fortran 2003 / 2008 constructs #4

Closed
pseewald opened this issue Aug 31, 2016 · 2 comments
Closed

Not supported Fortran 2003 / 2008 constructs #4

pseewald opened this issue Aug 31, 2016 · 2 comments
Assignees
Labels
enhancement Enhancement to existing feature

Comments

@pseewald
Copy link
Collaborator

pseewald commented Aug 31, 2016

SELECT TYPE (... => ...)
TYPE IS (...)
CLASS IS (...)
...
END SELECT
TYPE T
...
CONTAINS
...
END TYPE
TYPE, EXTENDS(...) :: ...
...
END TYPE
ENUM, BIND(C)
...
END ENUM

For all these, fprettify fails with an error

@pseewald pseewald added the enhancement Enhancement to existing feature label Aug 31, 2016
@pseewald
Copy link
Collaborator Author

pseewald commented Dec 29, 2016

FORALL
...
END FORALL
ASSOCIATE ( ... => ...)
...
END ASSOCIATE
SELECT TYPE (... => ...)
TYPE IS (...)
CLASS IS (...)
...
END SELECT

@pseewald pseewald reopened this Dec 29, 2016
@pseewald pseewald added the bug non-critical bug (or with workaround) label Dec 29, 2016
@pseewald
Copy link
Collaborator Author

pseewald commented Jan 1, 2017

All missing constructs have been added, except the forall statement which can not be parsed with a regular expression.

@pseewald pseewald removed the bug non-critical bug (or with workaround) label Jan 1, 2017
@pseewald pseewald self-assigned this Jan 1, 2017
@pseewald pseewald closed this as completed Jan 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement to existing feature
Projects
None yet
Development

No branches or pull requests

1 participant