| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Also add start of ujson module with dumps implemented. Enabled in unix
and stmhal ports. Test passes on both.
|
|
|
|
|
|
|
|
|
|
|
|
Addressing issue #50, still some way to go yet.
|
|
ROM down by 320 bytes on stmhal. RAM down by 5.5k for a decompression
object.
|
|
|
|
The only change is line-ending convesion to LF.
|
|
|
|
Also fixes compiler error in moductypes when compiled without debugging.
Addresses issue #778.
|
|
|
|
Addresses issue #724.
|
|
|
|
But much smaller and memory-efficient. Uses Python builtin data structures
(dict, tuple, int) to describe structure layout.
|