summaryrefslogtreecommitdiff
path: root/py/parse2.c
AgeCommit message (Expand)Author
2017-09-01py/emitinlinethumb: Update to work with new small-heap compiler.Damien George
2017-08-30py: Add MICROPY_USE_SMALL_HEAP_COMPILER option, disabled by default.Damien George
2017-08-14py/parse2: Make pt_show function work.Damien George
2017-08-14py/{parse2,compile2}: Update to work with merged master, v1.9.Damien George
2017-08-13py: Update compiler/parser to align with latest changes on master, v1.8.Damien George
2016-04-18update parser and compiler to align with latest masterDamien George
2016-04-18py: Implement parse bytecode.Damien George