* constants are messed up
* it doesn't disassemble all code objects of a .pbc - just one
$ cd languages/python $ perl pie-thon.pl -dD some.py
shows more (and AFAIK correct) Python disassembly (it's using dis.py) - but e.g. lambda code objects are missing as well as class initializers and such stuff.
$ perl pie-thon.pl xyz.py | ../../parrot -
runs that stuff (if it's implemented ;)
Thanks, leo