summaryrefslogtreecommitdiff
path: root/numpy/f2py/lib/parser
Commit message (Collapse)AuthorAgeFilesLines
* Interfaces have attributes.Robert Kern2007-12-161-1/+1
|
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-285-19/+20
|
* Rename test classes to CapWords.Stefan van der Walt2007-10-022-119/+119
|
* update fortran parser docs, 2Pearu Peterson2007-07-191-10/+21
|
* update fortran parser docs.Pearu Peterson2007-07-191-3/+21
|
* updated fortran parser docs to restPearu Peterson2007-07-191-145/+146
|
* Fix f2py command line doc.Pearu Peterson2007-05-141-0/+2
|
* Fix doc rest formatting - 2.Pearu Peterson2007-05-141-18/+19
|
* Fix doc rest formatting.Pearu Peterson2007-05-141-12/+12
|
* G3 F2PY: Fixed parsing a*b**c expression.Pearu Peterson2007-01-181-3/+26
|
* Whitespace cleanup.Stefan van der Walt2007-01-0811-141/+137
|
* Cont. implementing F2000 parser.Pearu Peterson2006-12-233-413/+868
|
* F2PY G3: continued F2003 parser implementation and unittesting.Pearu Peterson2006-11-037-1786/+3340
|
* F2PY G3: Cont impl F2003 parser; defined all syntax rules.Pearu Peterson2006-11-013-44/+735
|
* F2PY: Cont implementing Fortran 2003 parser. Clean up.Pearu Peterson2006-10-316-3168/+3950
|
* F2PY: Cont. unifying Fortran stmt and expr parsers.Pearu Peterson2006-10-309-52/+1330
|
* F2PY: start unifying Fortran statement and expression parsers.Pearu Peterson2006-10-273-0/+672
|
* F2PY G3: more tests for Fortran expr parser.Pearu Peterson2006-10-252-7/+72
|
* F2PY: Optimised Fortran expr parser. Fixed bugs.Pearu Peterson2006-10-252-262/+246
|
* F2PY G3: finished Fortran expression parser implementation, comes with ↵Pearu Peterson2006-10-243-204/+760
| | | | complete unittests.
* F2PY G3: Cont implementing Fortran expression parser, almost finished.Pearu Peterson2006-10-233-383/+495
|
* F2PY G3: Cont. implementing Fortran expression parser and unittests.Pearu Peterson2006-10-233-110/+614
|
* F2PY G3: implementingg Fortran expression parser cont.Pearu Peterson2006-10-223-164/+1173
|
* F2PY G3: fixed bugs (ticket 361), impl expression parser.Pearu Peterson2006-10-213-215/+510
|
* F2PY G3: Impl. pattern tools for expression parsing.Pearu Peterson2006-10-203-40/+251
|
* F2PY G3: started impl array support and expression parser.Pearu Peterson2006-10-205-7/+312
|
* F2PY: Impl. (suboptimal) solution for nested f90 module wrapping.Pearu Peterson2006-10-131-12/+12
|
* F2PY G3: improved public/private spec handling. Added function wrapping support.Pearu Peterson2006-10-114-34/+89
|
* F2PY G3: refactored Python specific wrapper code from parser.Pearu Peterson2006-10-092-46/+0
|
* F2PY G3: added simple test for subroutine with derived type intent(in,out) ↵Pearu Peterson2006-10-084-138/+159
| | | | argument. Fixed bugs.
* F2PY G3: added support and tests for character*(*) types.Pearu Peterson2006-10-081-1/+4
|
* F2PY G3: Impl. support and tests for scalar logical and character*<len> types.Pearu Peterson2006-10-071-1/+1
|
* F2PY G3: completed test site for int,float,complex scalar support. Fixed bugs.Pearu Peterson2006-10-072-10/+16
|
* F2PY G3: fixed bugs, started adding features.Pearu Peterson2006-10-062-10/+44
|
* F2PY G3: exposed wrappers via f2py script. A working example: wrap F90 ↵Pearu Peterson2006-10-045-23/+73
| | | | module containing derived type with scalar components.
* F2PY G3: exposing G3 to f2py script, fixed bugs, wrote source docs.Pearu Peterson2006-10-024-19/+34
|
* F2PY G3: fixed bugs, added float and complex scalars support.Pearu Peterson2006-10-011-21/+17
|
* F2PY G3: Moved Fortran parser related code to subpackage parser.Pearu Peterson2006-10-0113-0/+6915