public
Description: a ruby-to-pyc compiler
Clone URL: git://github.com/why/unholy.git
Search Repo:
commit  6ee028c13014248abaebd0d9ef13f7127c853cc5
tree    5a57c5c8c2c7f126d8a2afac26c6789d39684120
parent  82cce7287f80b8a7309d399615ec48a81bb03480
unholy / decompyle / TODO
100644 17 lines (15 sloc) 0.516 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TODO-list decompyle
 
For Release 2.2:
easy:
- add options for tabwidth, TAB, etc.
- Check whether decompyle can read 1.6 and 2.0 bytecode
medium:
- find out how to verify optimized bytecode (.pyo)
- extend test_nested_scopes with parts form cgitb.html()
- test EXTENDED_ARG -> how?
hard:
- try to find a way to verify 'for ...' if byte-code is generated by
  older versions of Python.
 
Planned for future releases:
- use weak references in Parser to save memory (maybe)
- avoid unnecessary parentesis in expressions