New issue 17 by TakaoKotani: Q. What is the role of Fortran2003.py
http://code.google.com/p/f2py/issues/detail?id=17
It seems that Fortran2003.py is not used now.
Can I remove it?
Or it is still meaningful in some sense?
How it works?
I expect that you will include a text4developers.txt, which
is to explain idea of fparser and structure of code.
takao
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
A possibility is to set up wiki or so for Q&A.
Then, at sometime, you can clean it up.
Indeed, Fortran2003.py is not used by the current parser.
However, this module was created to replace the current
parser because it will parse also Fortran expressions.
Note that the current parser can only parse Fortran
statements.
The Fortran2003 module was designed to fully support the Fortran 2003
standard and currently 80% of it is implemented.
Now I will follow the Fortran 2008 standard and probably rename
it to Fortran2008.py at some point, or have separate modules
for different Fortran standard versions.
Having a wiki page with developers notes is a good idea.