summaryrefslogtreecommitdiff
path: root/numpy/f2py/lib/sourceinfo.py
Commit message (Collapse)AuthorAgeFilesLines
* F2PY G3: Moved Fortran parser related code to subpackage parser.Pearu Peterson2006-10-011-71/+0
|
* Finished impl. Fortran 77-2003 parse pattern classes.Pearu Peterson2006-06-291-6/+3
|
* Fixed new fortran reader and parser bugs.Pearu Peterson2006-05-261-5/+5
|
* Cont. impl. fortran parser, added do and ifthen blocks.Pearu Peterson2006-05-251-1/+15
|
* Impl. new and improved fortran file reader (remembers line numbers, ↵Pearu Peterson2006-05-241-0/+60
comments, gracefully reports errors and warnings etc.).