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

Fortran 95 support. #37

Closed
dorchard opened this issue Aug 22, 2016 · 2 comments
Closed

Fortran 95 support. #37

dorchard opened this issue Aug 22, 2016 · 2 comments

Comments

@dorchard
Copy link
Member

We do not yet have a Fortran 95 parser.

@harry-clarke
Copy link
Collaborator

harry-clarke commented Jun 15, 2017

95 Spec: http://j3-fortran.org/doc/standing/archive/007/97-007r2/pdf/97-007r2.pdf
1.5.1: Fortran 90 Compatibility:
- [ ] Remove real and double precision Do variable support.
- [ ] Remove branching to ENDIF statement from outside its IF construct (tricky, as may need context).
- [ ] Remove the H edit descriptor (need to look at how we currently parse format specifiers).

  • Remove PAUSE statement (Parser).
  • Remove ASSIGN statement (Parser).
  • Remove assigned GOTO statements (may not need to do anything, but need to check, as don't know all of the use cases).
  • Remove assigned format specifiers (may not need to do anything, but need to check, as don't know of the use cases).

Additional Tasks:

  • Allow functions to be declared "pure".
  • Allow functions to be declared "elemental".
  • Add FORALL parsing.
  • 4.1.1: Add component initialisation, related to NULL

(Cancelled tasks only restrict acceptable code without adding any benefit to CamFort).

@dorchard
Copy link
Member Author

Sorted by 57b5b5e

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

No branches or pull requests

3 participants