Skip to content

Spring 2017 Release for ROSE

Latest
Compare
Choose a tag to compare
@rasmussn rasmussn released this 27 Mar 22:16
· 52 commits to master since this release

This is an interim release of the Open Fortran Parser for the ROSE compiler infrastructure. OFP is nearing the stage where all of the rule tests for F2008 pass and then v1.0 can be released.

Notes specifying some of the changes since v0.9.3 can be found below.

  1. Completed intrinsic type conversions for the FAST to Sage conversions.

  2. Removed explicit Kind term within an IntrinsicType for FAST.

  3. Removed fixed-disamb rule because the ambiguity has been fixed in the grammar.

  4. Added a production that rejects a ReadFMTStmt with parens as it is ambiguous with a ReadStmt with no input items. This fixes issue 37.