micropython/py
Romain Goyet dce785cc3d py/nlrthumb: Add support for iOS where the C func is _nlr_push_tail. 2019-03-26 16:48:11 +11:00
..
argcheck.c
asmarm.c py: Add support to save native, viper and asm code to .mpy files. 2019-03-08 15:53:05 +11:00
asmarm.h py: Add support to save native, viper and asm code to .mpy files. 2019-03-08 15:53:05 +11:00
asmbase.c
asmbase.h
asmthumb.c py: Add support to save native, viper and asm code to .mpy files. 2019-03-08 15:53:05 +11:00
asmthumb.h py: Add support to save native, viper and asm code to .mpy files. 2019-03-08 15:53:05 +11:00
asmx64.c py: Add support to save native, viper and asm code to .mpy files. 2019-03-08 15:53:05 +11:00
asmx64.h py: Add support to save native, viper and asm code to .mpy files. 2019-03-08 15:53:05 +11:00
asmx86.c py: Add support to save native, viper and asm code to .mpy files. 2019-03-08 15:53:05 +11:00
asmx86.h py: Add support to save native, viper and asm code to .mpy files. 2019-03-08 15:53:05 +11:00
asmxtensa.c py: Add support to save native, viper and asm code to .mpy files. 2019-03-08 15:53:05 +11:00
asmxtensa.h py: Add support to save native, viper and asm code to .mpy files. 2019-03-08 15:53:05 +11:00
bc.c py/persistentcode: Pack qstrs directly in bytecode to reduce mpy size. 2019-03-05 16:27:34 +11:00
bc.h py/persistentcode: Pack qstrs directly in bytecode to reduce mpy size. 2019-03-05 16:27:34 +11:00
bc0.h py: Replace POP_BLOCK and POP_EXCEPT opcodes with POP_EXCEPT_JUMP. 2019-03-05 16:09:58 +11:00
binary.c
binary.h
builtin.h
builtinevex.c
builtinhelp.c
builtinimport.c
compile.c py/compile: Check that arch is set when compiling native, viper or asm. 2019-03-14 12:22:25 +11:00
compile.h
emit.h py/compile: Support multiple inline asm emitters. 2019-03-14 12:22:25 +11:00
emitbc.c py/compile: Add support to select the native emitter at runtime. 2019-03-14 12:22:25 +11:00
emitcommon.c
emitglue.c py: Add support to save native, viper and asm code to .mpy files. 2019-03-08 15:53:05 +11:00
emitglue.h py: Add support to save native, viper and asm code to .mpy files. 2019-03-08 15:53:05 +11:00
emitinlinethumb.c py/compile: Support multiple inline asm emitters. 2019-03-14 12:22:25 +11:00
emitinlinextensa.c py/compile: Support multiple inline asm emitters. 2019-03-14 12:22:25 +11:00
emitnarm.c
emitnative.c py/compile: Add support to select the native emitter at runtime. 2019-03-14 12:22:25 +11:00
emitnthumb.c
emitnx64.c
emitnx86.c
emitnxtensa.c
formatfloat.c
formatfloat.h
frozenmod.c
frozenmod.h
gc.c
gc.h
grammar.h
lexer.c
lexer.h
makemoduledefs.py py: Allow registration of modules at their definition. 2019-03-08 22:46:43 +11:00
makeqstrdata.py py/persistentcode: Define static qstr set to reduce size of mpy files. 2019-03-05 16:32:05 +11:00
makeqstrdefs.py
makeversionhdr.py
malloc.c
map.c
misc.h
mkenv.mk py: Update and rework build system for including external C modules. 2019-03-08 22:58:42 +11:00
mkrules.mk py: Update and rework build system for including external C modules. 2019-03-08 22:58:42 +11:00
modarray.c py: Allow registration of modules at their definition. 2019-03-08 22:46:43 +11:00
modbuiltins.c
modcmath.c
modcollections.c
modgc.c
modio.c
modmath.c
modmicropython.c
modstruct.c
modsys.c
modthread.c
moduerrno.c
mpconfig.h py: Add independent config for debugging sentinel object values. 2019-03-08 15:53:04 +11:00
mperrno.h
mphal.h
mpprint.c
mpprint.h
mpstate.c
mpstate.h py/scheduler: Convert micropythyon.schedule() to a circular buffer. 2019-03-26 16:35:42 +11:00
mpthread.h
mpz.c
mpz.h
nativeglue.c py/nativeglue: Rename native convert funs to match other native helpers. 2019-03-14 12:22:25 +11:00
nlr.c
nlr.h
nlrsetjmp.c
nlrthumb.c py/nlrthumb: Add support for iOS where the C func is _nlr_push_tail. 2019-03-26 16:48:11 +11:00
nlrx64.c
nlrx86.c
nlrxtensa.c
obj.c
obj.h py: Allow registration of modules at their definition. 2019-03-08 22:46:43 +11:00
objarray.c
objarray.h
objattrtuple.c
objbool.c
objboundmeth.c
objcell.c
objclosure.c
objcomplex.c
objdeque.c
objdict.c
objenumerate.c
objexcept.c
objexcept.h
objfilter.c
objfloat.c
objfun.c py/nativeglue: Rename native convert funs to match other native helpers. 2019-03-14 12:22:25 +11:00
objfun.h
objgenerator.c
objgenerator.h
objgetitemiter.c
objint.c
objint.h
objint_longlong.c
objint_mpz.c
objlist.c
objlist.h
objmap.c
objmodule.c py: Update and rework build system for including external C modules. 2019-03-08 22:58:42 +11:00
objmodule.h
objnamedtuple.c
objnamedtuple.h
objnone.c
objobject.c
objpolyiter.c
objproperty.c
objrange.c
objreversed.c
objset.c
objsingleton.c
objslice.c
objstr.c
objstr.h
objstringio.c
objstringio.h
objstrunicode.c
objtuple.c
objtuple.h
objtype.c
objtype.h
objzip.c
opmethods.c
parse.c
parse.h
parsenum.c
parsenum.h
parsenumbase.c
parsenumbase.h
persistentcode.c py/compile: Add support to select the native emitter at runtime. 2019-03-14 12:22:25 +11:00
persistentcode.h py: Add support to save native, viper and asm code to .mpy files. 2019-03-08 15:53:05 +11:00
py.mk py: Update and rework build system for including external C modules. 2019-03-08 22:58:42 +11:00
pystack.c
pystack.h
qstr.c
qstr.h
qstrdefs.h
reader.c
reader.h
repl.c
repl.h
ringbuf.h
runtime.c py/scheduler: Convert micropythyon.schedule() to a circular buffer. 2019-03-26 16:35:42 +11:00
runtime.h py/scheduler: Convert micropythyon.schedule() to a circular buffer. 2019-03-26 16:35:42 +11:00
runtime0.h
runtime_utils.c
scheduler.c py/scheduler: Convert micropythyon.schedule() to a circular buffer. 2019-03-26 16:35:42 +11:00
scope.c
scope.h
sequence.c
showbc.c py: Replace POP_BLOCK and POP_EXCEPT opcodes with POP_EXCEPT_JUMP. 2019-03-05 16:09:58 +11:00
smallint.c
smallint.h
stackctrl.c
stackctrl.h
stream.c
stream.h
unicode.c
unicode.h
vm.c py: Replace POP_BLOCK and POP_EXCEPT opcodes with POP_EXCEPT_JUMP. 2019-03-05 16:09:58 +11:00
vmentrytable.h py: Replace POP_BLOCK and POP_EXCEPT opcodes with POP_EXCEPT_JUMP. 2019-03-05 16:09:58 +11:00
vstr.c
warning.c