llvmpy/tests
Jon Riehl c8e44702cb Got AST translation working for numba.tests.test_cstring.
Modified AST type inference to use Python API for string to number conversion (was using atol/atof, which suppress Python errors).
Tweaked numba.functions.CStringSlice2, and added numba.functions.CStringSlice2Len (currently unused).
Added support for PyInt_FromString and PyFloat_FromString in numba.functions.
Modified llnumba slicing code to type properly on 64-bit systems.
Changed string slice support in numba.transforms to use Python slicing by default.
2012-10-23 14:35:07 -05:00
..
__init__.py Moved llnumba out of sandbox. 2012-10-15 15:02:55 -05:00
llfuncs.py Got AST translation working for numba.tests.test_cstring. 2012-10-23 14:35:07 -05:00
llfunctys.py Moved llnumba out of sandbox. 2012-10-15 15:02:55 -05:00