circuitpython/unix
Damien George 062478e66d Improved type/class/instance code; mp_obj_type_t now has load_attr, store_attr.
Creating of classes (types) and instances is much more like CPython now.
You can use "type('name', (), {...})" to create classes.
2014-01-09 20:57:50 +00:00
..
.gitignore Add unix-cpy, used to test Micro Python byte code against CPython. 2013-12-29 18:01:01 +00:00
Makefile Make build output quieter. 2014-01-08 10:30:06 -08:00
file.c py: add variable argument exception constructor function. 2014-01-08 18:11:23 +00:00
main.c Improved type/class/instance code; mp_obj_type_t now has load_attr, store_attr. 2014-01-09 20:57:50 +00:00
mpconfigport.h Factor and simplify Makefile's and mpconfig, part 2. 2014-01-07 15:20:33 +00:00