Damien George
|
71c5181a8d
|
Convert Python types to proper Python type hierarchy.
Now much more inline with how CPython does types.
|
2014-01-04 20:21:15 +00:00 |
Paul Sokolovsky
|
1c6de11f77
|
Add basic implementation of slice object.
So far, only start and stop integer indexes are supported. Step is
not supported, as well as objects of arbitrary types.
|
2014-01-04 02:35:48 +02:00 |
Damien George
|
b7aa72710e
|
unix-cpy: Fix mpconfig to work with new scheme.
|
2014-01-03 18:48:53 +00:00 |
Damien George
|
66028ab6dc
|
Basic implementation of import.
import works for simple cases. Still work to do on finding the right
script, and setting globals/locals correctly when running an imported
function.
|
2014-01-03 14:03:48 +00:00 |
Damien George
|
2870862601
|
Add module object, to be used eventually for import.
|
2014-01-02 21:30:26 +00:00 |
Paul Sokolovsky
|
e1151e463d
|
Use rm -rf to remove build dir, so it doesn't error out if dir doesn't exist.
|
2013-12-30 21:02:10 +02:00 |
Damien George
|
8cc96a35e5
|
Put unicode functions in unicode.c, and tidy their names.
|
2013-12-30 18:23:50 +00:00 |
Damien George
|
212c296c0b
|
Make unix-cpy cross platform; remove dependency of asmx64 on mpconfig.
|
2013-12-30 12:52:32 +00:00 |
Damien
|
de690d128b
|
Add unix-cpy, used to test Micro Python byte code against CPython.
|
2013-12-29 18:01:01 +00:00 |