You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Damien George aae7847508 Change old use of module creation to new proper use. 11 years ago
..
asmthumb.c Change memory allocation API to require size for free and realloc. 11 years ago
asmthumb.h Support for for-loop in native thumb. 11 years ago
asmx64.c py: __MACH__ also uses MAP_ANON. 11 years ago
asmx64.h Typo fix in comment. 11 years ago
bc.h Change object representation from 1 big union to individual structs. 11 years ago
bc0.h py: make closures work. 11 years ago
builtin.c py: Add framework for built-in "type()" function. 11 years ago
builtin.h py: Add framework for built-in "type()" function. 11 years ago
compile.c py: remove depedence on strcat and stpcpy. 11 years ago
compile.h Change object representation from 1 big union to individual structs. 11 years ago
emit.h Change object representation from 1 big union to individual structs. 11 years ago
emitbc.c py: make closures work. 11 years ago
emitcommon.c Change object representation from 1 big union to individual structs. 11 years ago
emitcpy.c Add unix-cpy, used to test Micro Python byte code against CPython. 11 years ago
emitinlinethumb.c Change object representation from 1 big union to individual structs. 11 years ago
emitnative.c Change object representation from 1 big union to individual structs. 11 years ago
emitpass1.c Change memory allocation API to require size for free and realloc. 11 years ago
gc.c Change object representation from 1 big union to individual structs. 11 years ago
gc.h Fix func decls with no arguments: () -> (void). 11 years ago
grammar.h py: fix bug with doc string not recognised after first newline of file. 11 years ago
lexer.c Put unicode functions in unicode.c, and tidy their names. 11 years ago
lexer.h Change object representation from 1 big union to individual structs. 11 years ago
lexerunix.c Change memory allocation API to require size for free and realloc. 11 years ago
lexerunix.h Add unix-cpy, used to test Micro Python byte code against CPython. 11 years ago
malloc.c Change memory allocation API to require size for free and realloc. 11 years ago
map.c Change memory allocation API to require size for free and realloc. 11 years ago
map.h Change object representation from 1 big union to individual structs. 11 years ago
misc.h Put unicode functions in unicode.c, and tidy their names. 11 years ago
nlr.h Fix func decls with no arguments: () -> (void). 11 years ago
nlrthumb.S Make "unix" target be crossplatform and support x86, x64, ARM hosts. 11 years ago
nlrx64.S Make "unix" target be crossplatform and support x86, x64, ARM hosts. 11 years ago
nlrx86.S Make "unix" target be crossplatform and support x86, x64, ARM hosts. 11 years ago
obj.c py: add int() and float() built-ins, partially implemented. 11 years ago
obj.h Add module object, to be used eventually for import. 11 years ago
objbool.c Change object representation from 1 big union to individual structs. 11 years ago
objboundmeth.c Change object representation from 1 big union to individual structs. 11 years ago
objcell.c Change object representation from 1 big union to individual structs. 11 years ago
objclass.c Change old use of module creation to new proper use. 11 years ago
objclosure.c py: make closures work. 11 years ago
objcomplex.c Change object representation from 1 big union to individual structs. 11 years ago
objdict.c py: add dict length function, and fix rt_store_set. 11 years ago
objexcept.c py: implement some basic exception matching. 11 years ago
objfloat.c Change object representation from 1 big union to individual structs. 11 years ago
objfun.c Change memory allocation API to require size for free and realloc. 11 years ago
objgenerator.c py: Fix generator where state array was incorrectly indexed. 11 years ago
objinstance.c Change object representation from 1 big union to individual structs. 11 years ago
objlist.c Change memory allocation API to require size for free and realloc. 11 years ago
objmodule.c Add module object, to be used eventually for import. 11 years ago
objnone.c Change object representation from 1 big union to individual structs. 11 years ago
objrange.c Change object representation from 1 big union to individual structs. 11 years ago
objset.c Change object representation from 1 big union to individual structs. 11 years ago
objstr.c py: remove depedence on strcat and stpcpy. 11 years ago
objtuple.c Change object representation from 1 big union to individual structs. 11 years ago
objtype.c py: Add framework for built-in "type()" function. 11 years ago
parse.c Put unicode functions in unicode.c, and tidy their names. 11 years ago
parse.h Change object representation from 1 big union to individual structs. 11 years ago
qstr.c Change memory allocation API to require size for free and realloc. 11 years ago
repl.c Put unicode functions in unicode.c, and tidy their names. 11 years ago
repl.h Change object representation from 1 big union to individual structs. 11 years ago
runtime.c Add module object, to be used eventually for import. 11 years ago
runtime.h Change object representation from 1 big union to individual structs. 11 years ago
runtime0.h py: make closures work. 11 years ago
scope.c py: make closures work. 11 years ago
scope.h py: make closures work. 11 years ago
showbc.c py: Add more bytecodes to showbc.c. 11 years ago
unicode.c Put unicode functions in unicode.c, and tidy their names. 11 years ago
vm.c py: change negative array indices with array - 1. 11 years ago
vstr.c Change memory allocation API to require size for free and realloc. 11 years ago