micropython/py
Damien 02a7c41e76 py: implement POP_BLOCK in VM. 2013-12-29 18:48:37 +00:00
..
asmthumb.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
asmthumb.h Support for for-loop in native thumb. 2013-11-03 14:25:43 +00:00
asmx64.c Implement crude viper emit stage. 2013-10-07 00:02:49 +01:00
asmx64.h Compiler computes labels and max_num_labels. 2013-10-05 13:44:41 +01:00
bc.h Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
bc0.h Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
builtin.c py: simplify __next__ method for generators. 2013-12-21 18:38:03 +00:00
builtin.h Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
compile.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
compile.h Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
emit.h Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
emitbc.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
emitcommon.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
emitcpy.c Add unix-cpy, used to test Micro Python byte code against CPython. 2013-12-29 18:01:01 +00:00
emitinlinethumb.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
emitnative.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
emitpass1.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
gc.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
gc.h Fix func decls with no arguments: () -> (void). 2013-10-23 20:20:17 +01:00
grammar.h py: fix bug with doc string not recognised after first newline of file. 2013-12-12 15:24:38 +00:00
lexer.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
lexer.h Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
lexerunix.c Handle return value of read() call. 2013-12-29 20:11:05 +02:00
lexerunix.h Add unix-cpy, used to test Micro Python byte code against CPython. 2013-12-29 18:01:01 +00:00
malloc.c Fix func decls with no arguments: () -> (void). 2013-10-23 20:20:17 +01:00
map.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
map.h Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
misc.c Initial commit. 2013-10-04 19:53:11 +01:00
misc.h Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
nlr.h Fix func decls with no arguments: () -> (void). 2013-10-23 20:20:17 +01:00
nlrthumb.s NLR and Python exceptions work on the board. 2013-10-16 00:46:39 +01:00
nlrx64.s Implement basic exception framework, and simple for loop. 2013-10-15 22:25:17 +01:00
nlrx86.s Implement basic exception framework, and simple for loop. 2013-10-15 22:25:17 +01:00
obj.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
obj.h py: implement some basic exception matching. 2013-12-29 17:17:43 +00:00
objbool.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
objboundmeth.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
objcell.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
objclass.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
objclosure.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
objcomplex.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
objdict.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
objexcept.c py: implement some basic exception matching. 2013-12-29 17:17:43 +00:00
objfloat.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
objfun.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
objgenerator.c py: simplify __next__ method for generators. 2013-12-21 18:38:03 +00:00
objinstance.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
objlist.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
objnone.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
objrange.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
objset.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
objstr.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
objtuple.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
objtype.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
parse.c Parse upper-case hex numbers correctly. 2013-12-29 13:03:49 +00:00
parse.h Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
qstr.c Fix func decls with no arguments: () -> (void). 2013-10-23 20:20:17 +01:00
repl.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
repl.h Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
runtime.c py: implement some basic exception matching. 2013-12-29 17:17:43 +00:00
runtime.h Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
runtime0.h Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
scope.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
scope.h Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
showbc.c Add code in VM to handle nested exceptions correctly. 2013-12-29 16:54:59 +00:00
vm.c py: implement POP_BLOCK in VM. 2013-12-29 18:48:37 +00:00
vstr.c Add simple var-arg functions; add simple string.format. 2013-11-03 18:20:56 +00:00