Implemented Python 3.x support
- The script now runs under both Python 2.6+ and 3.x.
- Improved the support of documents created by the 64-bit versions of Office. Still not perfect; see the "Known problems" section.
- Implemented support for some VBA7-specific features (
Friend
,PtrSafe
,LongPtr
). - Improved the disassembling of
Dim
declarations when a custom type is used.