OpenFortranProject / ofp-sdf

SDF grammar for Fortran 2008 with constructors for AST
Other
23 stars 7 forks source link

Pause statement not implemented #6

Closed rasmussn closed 7 years ago

rasmussn commented 10 years ago

The pause statement is not implemented. PAUSE was removed in Fortran 95, but of course there are still codes out there that ....


program main pause 13 end program

rasmussn commented 10 years ago

Assigned to Craig.

rasmussn commented 7 years ago

Implemented awhile ago but just added test.