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.
-
Completed intrinsic type conversions for the FAST to Sage conversions.
-
Removed explicit Kind term within an IntrinsicType for FAST.
-
Removed fixed-disamb rule because the ambiguity has been fixed in the grammar.
-
Added a production that rejects a ReadFMTStmt with parens as it is ambiguous with a ReadStmt with no input items. This fixes issue 37.