index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
showbc.c
Age
Commit message (
Expand
)
Author
2014-02-22
py: Fix casting and printing of small int.
Damien George
2014-02-21
showbc: Update for recent int varlen storage refactor.
Paul Sokolovsky
2014-02-19
Bytecode int varlen encoding: support arbitrary values for signed ints too.
Paul Sokolovsky
2014-02-14
Implement "from module import *" construct.
Paul Sokolovsky
2014-02-06
py: More output in showbc.
Damien George
2014-02-01
py: Tidy up BINARY_OPs; negation done by special NOT bytecode.
Damien George
2014-02-01
py: Implement break/continue from an exception with finally.
Damien George
2014-02-01
Implement default function arguments (for Python functions).
Paul Sokolovsky
2014-01-31
Dump 4 more bytecodes (loop and finally ones).
Paul Sokolovsky
2014-01-29
py: Fix bug with LOAD_METHOD; fix int->machine_int_t for small int.
Damien George
2014-01-21
Revamp qstrs: they now include length and hash.
Damien George
2014-01-19
py: Add module/function/class name to exceptions.
Damien George
2014-01-19
py: Temporary fix for bug where not enough VM state is allocated.
Damien George
2014-01-18
Add source file name and line number to error messages.
Damien George
2014-01-18
Make VM stack grow upwards, and so no reversed args arrays.
Damien George
2014-01-11
unified the bops
John R. Lenton
2014-01-11
Dump few more bytecodes (based on attempt to run real-world code).
Paul Sokolovsky
2014-01-07
Factor and simplify Makefile's and mpconfig, part 2.
Damien George
2014-01-04
Add ellipsis object.
Damien George
2014-01-03
Basic implementation of import.
Damien George
2014-01-02
py: Add more bytecodes to showbc.c.
Damien George
2013-12-30
py: make closures work.
Damien George
2013-12-30
Make unix-cpy cross platform; remove dependency of asmx64 on mpconfig.
Damien George
2013-12-30
Merge branch 'cross-plat' of https://github.com/pfalcon/micropython into pfal...
Damien George
2013-12-30
Make "unix" target be crossplatform and support x86, x64, ARM hosts.
Paul Sokolovsky
2013-12-29
py: add dict length function, and fix rt_store_set.
Damien
2013-12-29
Add code in VM to handle nested exceptions correctly.
Damien
2013-12-21
Change object representation from 1 big union to individual structs.
Damien
2013-11-26
py: add more functionality to showbc.
Damien
2013-11-25
py: add some more opcodes to showbc.
Damien
2013-11-17
Add function to decode and show byte code.
Damien