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.
@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.
@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
inR1123
inhttps://j3-fortran.org/doc/year/18/18-007r1.pdf
.