19 Commits (c06763a0207dde7f2060f7b1670a0b99298a01f8)

Author SHA1 Message Date
John R. Lenton c06763a020 This implements a better (more python-conformant) list.sort. 11 years ago
Damien George e2e3d11e87 py: Fix up number operations and coercion. 11 years ago
Damien George 71c5181a8d Convert Python types to proper Python type hierarchy. 11 years ago
Damien George e9906ac3d7 Add ellipsis object. 11 years ago
John R. Lenton 45a8744617 Implements list.insert. Fixes issue #61. 11 years ago
Paul Sokolovsky 1c6de11f77 Add basic implementation of slice object. 11 years ago
Damien George 66028ab6dc Basic implementation of import. 11 years ago
Damien George 2870862601 Add module object, to be used eventually for import. 11 years ago
Damien George 0ff883904a py: Fix generator where state array was incorrectly indexed. 11 years ago
Damien George df884fe4cc py: change declaration of mp_map_t in obj.h (for issue #24). 11 years ago
Damien George 6baf76e28b py: make closures work. 11 years ago
Damien dae7eb7226 py: add dict length function, and fix rt_store_set. 11 years ago
Damien b86e3f9293 py: implement some basic exception matching. 11 years ago
Damien d9d6201b52 py: simplify __next__ method for generators. 11 years ago
Damien d99b05282d Change object representation from 1 big union to individual structs. 11 years ago
Damien a3dcd9e80c py: add more Python built-in functions. 11 years ago
Damien 660365e14c py: split runtime into map, obj, builtin. 11 years ago