micropython/bare-arm
Damien George 52b5d76a6b py: Free non-interned strings in the parser when not needed.
mp_parse_node_free now frees the memory associated with non-interned
strings.  And the parser calls mp_parse_node_free when discarding a
non-used node (such as a doc string).

Also, the compiler now frees the parse tree explicitly just before it
exits (as opposed to relying on the caller to do this).

Addresses issue #708 as best we can.
2014-09-23 15:31:56 +00:00
..
Makefile
main.c py: Free non-interned strings in the parser when not needed. 2014-09-23 15:31:56 +00:00
mpconfigport.h py: Print imported module's location (__file__) if available. 2014-09-08 10:45:23 +01:00
qstrdefsport.h
stm32f405.ld