micropython/unix
Damien George e37dcaafb4 py: Allow to properly disable builtin "set" object.
This patch makes MICROPY_PY_BUILTINS_SET compile-time option fully
disable the builtin set object (when set to 0).  This includes removing
set constructor/comprehension from the grammar, the compiler and the
emitters.  Now, enabling set costs 8168 bytes on unix x64, and 3576
bytes on stmhal.
2014-12-27 17:33:30 +00:00
..
.gitignore
Makefile Makefiles: Support py/*.h includes per #1022. 2014-12-27 16:32:52 +02:00
alloc.c
file.c
gccollect.c
input.c
input.h
main.c unix/windows: Make sure that process exit code is portable 8-bit value. 2014-12-19 00:01:49 +02:00
modffi.c
modos.c unix, windows: Add _os.system() call. 2014-12-23 12:56:24 +00:00
modsocket.c
modtermios.c
modtime.c
mpconfigport.h
mpconfigport.mk
mpconfigport_fast.h
qstrdefsport.h py: Allow to properly disable builtin "set" object. 2014-12-27 17:33:30 +00:00
seg_helpers.c