- 24 Jan, 2014 11 commits
-
-
Damien George authored
There can be multiple emitters allocated during compile (eg byte code and native).
-
Damien George authored
Add support for freeing code emitter objects at the end of compilation.
-
Damien George authored
-
Damien George authored
Update conwaylife.py
-
Damien George authored
Want common qstrs to be first in the list so they have the lowest ids, so that in the byte code they take up the least room.
-
Damien George authored
Allow qstr's with non-ident chars, construct good identifier for them.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Also, readline uses system malloc, so for symmetry, use the same for non-readline case.
-
ugurthemaster authored
Import statements have been moved to the top of the file.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Also, add qstr's for string appearing in unix REPL loop, gross effect being less allocations for each command run.
-
- 23 Jan, 2014 19 commits
-
-
Damien George authored
Memory leaks in lexer/compiler
-
Damien George authored
-
Damien George authored
Move LED defs to mpconfigport.h
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
mux authored
-
Damien George authored
Conflicts: stm/main.c
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
mux authored
* Fix PCGCCTL bug using address instead of value. * Fix issue #211
-
mux authored
* Move RTC code from main to a separate module.
-
mux authored
* Add MICROPY_HW_HAS_LCD * Add MICROPY_HW_HAS_WLAN * Use feature test macros in main
-
Paul Sokolovsky authored
Fixes segfault on callable("string").
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Damien George authored
Addresses Issue #207.
-
Damien George authored
-
- 22 Jan, 2014 10 commits
-
-
Damien George authored
STM port crashes without this re-init. There should not be any state in the core py/ code that relies on pre-initialised data.
-
Damien George authored
-
Damien George authored
-
Damien George authored
Implement octal and hex escapes in strings.
-
Damien George authored
Add Generic Feature Macros to mpconfigport
-
Damien George authored
-
Damien George authored
-
Paul Sokolovsky authored
-
mux authored
-
Paul Sokolovsky authored
-