micropython/unix
Paul Sokolovsky 6b344d7816 py, unix: Add -v option, print bytecode dump if used.
This will work if MICROPY_DEBUG_PRINTERS is defined, which is only for
unix/windows ports. This makes it convenient to user uPy normally, but
easily get bytecode dump on the spot if needed, without constant recompiles
back and forth.

TODO: Add more useful debug output, adjust verbosity level on which
specifically bytecode dump happens.
2014-05-05 00:57:00 +03:00
..
.gitignore Revamp qstrs: they now include length and hash. 2014-01-21 21:40:13 +00:00
file.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
gccollect.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
main.c py, unix: Add -v option, print bytecode dump if used. 2014-05-05 00:57:00 +03:00
Makefile modffi: Fix how we call pkg-config 2014-04-20 09:30:46 +01:00
modffi.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
modsocket.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
modtime.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
mpconfigport.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
mpconfigport.mk New config option MICROPY_FORCE_32BIT (defaulted to 0) 2014-04-16 01:46:01 +01:00
qstrdefsport.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00