Open GoogleCodeExporter opened 9 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
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
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
Original issue reported on code.google.com by
TakaoKot...@gmail.com
on 30 Mar 2010 at 4:53