- 14 Jan, 2014 2 commits
-
-
John R. Lenton authored
-
Paul Sokolovsky authored
So far, don't work for strings as expected.
-
- 13 Jan, 2014 4 commits
-
-
Damien George authored
-
Damien George authored
-
John R. Lenton authored
-
John R. Lenton authored
-
- 12 Jan, 2014 2 commits
-
-
Paul Sokolovsky authored
We likely should make mp_obj_new_int() inline, and rely on its encapsulated check rather than inline checks everywhere explicitly. Also, parser for big small int values is still broken.
-
Paul Sokolovsky authored
Currently it would report "operation not supported" which is confusing. Overall, this is thinko leading to undefined behavior.
-
- 11 Jan, 2014 4 commits
-
-
Paul Sokolovsky authored
-
Damien George authored
Still need to make built-ins by these names, and write tests.
-
Damien George authored
-
John R. Lenton authored
-
- 10 Jan, 2014 1 commit
-
-
Paul Sokolovsky authored
-
- 09 Jan, 2014 2 commits
-
-
Damien George authored
-
Damien George authored
Creating of classes (types) and instances is much more like CPython now. You can use "type('name', (), {...})" to create classes.
-
- 08 Jan, 2014 4 commits
-
-
Damien George authored
-
Damien George authored
Addresses issue #104.
-
Damien George authored
-
Damien George authored
-
- 07 Jan, 2014 6 commits
-
-
John R. Lenton authored
-
John R. Lenton authored
-
Damien George authored
-
Paul Sokolovsky authored
-
John R. Lenton authored
It's not really about that, though; it's about me figuring out a sane way forward for keyword-argument functions (and function metadata). But it's useful as is, and shouldn't break any existing code, so here you have it; I'm going to park it in my mind for a bit while sorting out the rest of the dict branch.
-
Damien George authored
-
- 06 Jan, 2014 3 commits
-
-
Damien George authored
-
ian-v authored
-
ian-v authored
-
- 04 Jan, 2014 3 commits
-
-
Damien George authored
Now much more inline with how CPython does types.
-
Damien George authored
-
Damien George authored
Qstr's are now split into a linked-list of qstr pools. This has 2 benefits: the first pool can be in ROM (huge benefit, since we no longer use RAM for the core qstrs), and subsequent pools use m_new for the next pool instead of m_renew (thus avoiding a huge single table for all the qstrs). Still would be better to use a hash table, but this scheme takes us part of the way (eventually convert the pools to hash tables). Also fixed bug with import. Also improved the way the module code is referenced (not magic number 1 anymore).
-
- 03 Jan, 2014 2 commits
-
-
Damien George authored
-
Damien George authored
import works for simple cases. Still work to do on finding the right script, and setting globals/locals correctly when running an imported function.
-
- 02 Jan, 2014 2 commits
-
-
Damien George authored
-
Damien George authored
-
- 01 Jan, 2014 1 commit
-
-
Damien George authored
-
- 30 Dec, 2013 2 commits
-
-
Damien George authored
-
Damien George authored
-
- 29 Dec, 2013 2 commits