pearu / f2py

Automatically exported from code.google.com/p/f2py
Other
54 stars 37 forks source link

Q. What is the role of Fortran2003.py #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

Original issue reported on code.google.com by TakaoKot...@gmail.com on 30 Mar 2010 at 4:53

GoogleCodeExporter commented 8 years ago
A possibility is to set up wiki or so for Q&A.
Then, at sometime, you can clean it up.

Original comment by TakaoKot...@gmail.com on 30 Mar 2010 at 5:38

GoogleCodeExporter commented 8 years ago
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.

Original comment by pearu.peterson on 15 Apr 2010 at 7:09

GoogleCodeExporter commented 8 years ago
Hi pearu, 
Thank you for your reply.
Since I have limited knowledge on python, 
reply from you is very useful.

I really found your fparser is so useful.
I am now using your fparser to re-structure my fortran package.
Useful! I will report what I do.

Original comment by TakaoKot...@gmail.com on 15 Apr 2010 at 10:44