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
61 stars 28 forks source link

match bug in type_guard_stmt Fortran2003 r823 #437

Open rupertford opened 6 months ago

rupertford commented 6 months ago

isalnum is used incorrectly in r823 Type_Guard_Stmt class within Fortran2003.py

rupertford commented 6 months ago

Created branch 437_type_guard_stmt_bug