micropython/py
Damien George d9d92f27d7 py/compile: Add support to select the native emitter at runtime. 2019-03-14 12:22:25 +11:00
..
argcheck.c py: Shorten error messages by using contractions and some rewording. 2018-09-20 14:33:10 +10:00
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: Add support to select the native emitter at runtime. 2019-03-14 12:22:25 +11:00
compile.h
emit.h py/compile: Add support to select the native emitter at runtime. 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
emitinlinextensa.c
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 py/mpconfig: Move MICROPY_VERSION macros to static ones in mpconfig.h. 2018-12-22 01:40:38 +11:00
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/compile: Add support to select the native emitter at runtime. 2019-03-14 12:22:25 +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
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 py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API. 2019-02-12 14:54:51 +11:00
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 all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
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 py/repl: Fix handling of unmatched brackets and unfinished quotes. 2018-05-18 15:23:02 +10:00
repl.h
ringbuf.h
runtime.c
runtime.h py/nativeglue: Rename native convert funs to match other native helpers. 2019-03-14 12:22:25 +11:00
runtime0.h
runtime_utils.c
scheduler.c
scope.c
scope.h py/scope: Optimise scope_find_or_add_id to not need "added" arg. 2018-10-28 00:38:18 +11:00
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