... is on CPAN (said Dan) and is broken. I'd be glad if people could fix it and send me a running version ;)
* 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



Reply via email to