stfc / fparser

This project maintains and develops a Fortran parser called fparser2 written purely in Python which supports Fortran 2003 and some Fortran 2008. A legacy parser fparser1 is also available but is not supported. The parsers were originally part of the f2py project by Pearu Peterson.
https://fparser.readthedocs.io
Other
64 stars 29 forks source link

Support for LOCAL, LOCAL_INIT, SHARED, and DEFAULT in F2018 #409

Open rupertford opened 1 year ago

rupertford commented 1 year ago

@mjklemm has requested support for LOCAL, LOCAL_INIT, SHARED, and DEFAULT which are additional options to CONCURRENT in Fortran 2018, see the contents of concurrent-localilty in R1123 in https://j3-fortran.org/doc/year/18/18-007r1.pdf.