summaryrefslogtreecommitdiffstatshomepage
path: root/py/persistentcode.c
Commit message (Expand)AuthorAge
* py/persistentcode: Allow to compile with complex numbers disabled.Damien George2017-06-08
* py: Add LOAD_SUPER_METHOD bytecode to allow heap-free super meth calls.Damien George2017-04-22
* py: Allow lexer to raise exceptions during construction.Damien George2017-03-14
* py/persistentcode: Bump .mpy version due to change in bytecode.Damien George2017-02-17
* py/persistentcode: Replace mp_uint_t with size_t where appropriate.Damien George2017-02-16
* py: Factor out persistent-code reader into separate files.Damien George2016-11-16
* py: Factor persistent code load/save funcs into persistentcode.[ch].Damien George2016-11-16