aboutsummaryrefslogtreecommitdiff
path: root/py/showbc.c
AgeCommit message (Expand)Author
2014-01-04Add ellipsis object.Damien George
2014-01-03Basic implementation of import.Damien George
2014-01-02py: Add more bytecodes to showbc.c.Damien George
2013-12-30py: make closures work.Damien George
2013-12-30Make unix-cpy cross platform; remove dependency of asmx64 on mpconfig.Damien George
2013-12-30Merge branch 'cross-plat' of https://github.com/pfalcon/micropython into pfal...Damien George
2013-12-30Make "unix" target be crossplatform and support x86, x64, ARM hosts.Paul Sokolovsky
2013-12-29py: add dict length function, and fix rt_store_set.Damien
2013-12-29Add code in VM to handle nested exceptions correctly.Damien
2013-12-21Change object representation from 1 big union to individual structs.Damien
2013-11-26py: add more functionality to showbc.Damien
2013-11-25py: add some more opcodes to showbc.Damien
2013-11-17Add function to decode and show byte code.Damien