- 03 Jan, 2014 4 commits
-
-
Damien George authored
-
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.
-
Damien George authored
-
- 02 Jan, 2014 8 commits
-
-
Damien George authored
-
Damien George authored
Generator objects now allocate the object and the state in one malloc. This improvement fixes Issue #38.
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Paul Sokolovsky authored
This is based on the fact that qstr so far behaves more like byte string than like Unicode string (for example, "012"[0] returns 48 (int)).
-
Damien George authored
This fixes Issue #29, and means the core is no longer dependent on string functions, except strlen.
-
Damien George authored
-
- 01 Jan, 2014 3 commits
-
-
Edd Barrett authored
-
Damien George authored
-
Damien George authored
-
- 30 Dec, 2013 5 commits
-
-
Damien George authored
-
Paul Sokolovsky authored
-
Damien George authored
-
Damien George authored
-
Paul Sokolovsky authored
-
- 29 Dec, 2013 8 commits
- 21 Dec, 2013 2 commits
-
-
Damien authored
-
Damien authored
A big change. Micro Python objects are allocated as individual structs with the first element being a pointer to the type information (which is itself an object). This scheme follows CPython. Much more flexible, not necessarily slower, uses same heap memory, and can allocate objects statically. Also change name prefix, from py_ to mp_ (mp for Micro Python).
-
- 20 Dec, 2013 1 commit
-
-
Damien authored
-
- 17 Dec, 2013 2 commits
- 12 Dec, 2013 3 commits
- 11 Dec, 2013 1 commit
-
-
Damien authored
-
- 10 Dec, 2013 3 commits