.. |
asmthumb.c
|
Change object representation from 1 big union to individual structs.
|
11 years ago |
asmthumb.h
|
Support for for-loop in native thumb.
|
11 years ago |
asmx64.c
|
Implement crude viper emit stage.
|
11 years ago |
asmx64.h
|
Compiler computes labels and max_num_labels.
|
11 years ago |
bc.h
|
Change object representation from 1 big union to individual structs.
|
11 years ago |
bc0.h
|
Change object representation from 1 big union to individual structs.
|
11 years ago |
builtin.c
|
py: simplify __next__ method for generators.
|
11 years ago |
builtin.h
|
Change object representation from 1 big union to individual structs.
|
11 years ago |
compile.c
|
Change object representation from 1 big union to individual structs.
|
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
|
Change object representation from 1 big union to individual structs.
|
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 object representation from 1 big union to individual structs.
|
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
|
Change object representation from 1 big union to individual structs.
|
11 years ago |
lexer.h
|
Change object representation from 1 big union to individual structs.
|
11 years ago |
lexerunix.c
|
Handle return value of read() call.
|
11 years ago |
lexerunix.h
|
Add unix-cpy, used to test Micro Python byte code against CPython.
|
11 years ago |
malloc.c
|
Fix func decls with no arguments: () -> (void).
|
11 years ago |
map.c
|
Change object representation from 1 big union to individual structs.
|
11 years ago |
map.h
|
Change object representation from 1 big union to individual structs.
|
11 years ago |
misc.c
|
Initial commit.
|
11 years ago |
misc.h
|
Change object representation from 1 big union to individual structs.
|
11 years ago |
nlr.h
|
Fix func decls with no arguments: () -> (void).
|
11 years ago |
nlrthumb.s
|
NLR and Python exceptions work on the board.
|
11 years ago |
nlrx64.s
|
Implement basic exception framework, and simple for loop.
|
11 years ago |
nlrx86.s
|
Implement basic exception framework, and simple for loop.
|
11 years ago |
obj.c
|
Change object representation from 1 big union to individual structs.
|
11 years ago |
obj.h
|
py: implement some basic exception matching.
|
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 object representation from 1 big union to individual structs.
|
11 years ago |
objclosure.c
|
Change object representation from 1 big union to individual structs.
|
11 years ago |
objcomplex.c
|
Change object representation from 1 big union to individual structs.
|
11 years ago |
objdict.c
|
Change object representation from 1 big union to individual structs.
|
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 object representation from 1 big union to individual structs.
|
11 years ago |
objgenerator.c
|
py: simplify __next__ method for generators.
|
11 years ago |
objinstance.c
|
Change object representation from 1 big union to individual structs.
|
11 years ago |
objlist.c
|
Change object representation from 1 big union to individual structs.
|
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
|
Change object representation from 1 big union to individual structs.
|
11 years ago |
objtuple.c
|
Change object representation from 1 big union to individual structs.
|
11 years ago |
objtype.c
|
Change object representation from 1 big union to individual structs.
|
11 years ago |
parse.c
|
Parse upper-case hex numbers correctly.
|
11 years ago |
parse.h
|
Change object representation from 1 big union to individual structs.
|
11 years ago |
qstr.c
|
Fix func decls with no arguments: () -> (void).
|
11 years ago |
repl.c
|
Change object representation from 1 big union to individual structs.
|
11 years ago |
repl.h
|
Change object representation from 1 big union to individual structs.
|
11 years ago |
runtime.c
|
py: implement some basic exception matching.
|
11 years ago |
runtime.h
|
Change object representation from 1 big union to individual structs.
|
11 years ago |
runtime0.h
|
Change object representation from 1 big union to individual structs.
|
11 years ago |
scope.c
|
Change object representation from 1 big union to individual structs.
|
11 years ago |
scope.h
|
Change object representation from 1 big union to individual structs.
|
11 years ago |
showbc.c
|
Add code in VM to handle nested exceptions correctly.
|
11 years ago |
vm.c
|
py: implement some basic exception matching.
|
11 years ago |
vstr.c
|
Add simple var-arg functions; add simple string.format.
|
11 years ago |