pdb-decompiler
pdb-decompiler copied to clipboard
A better C++ AST
The current C++ AST (if you can even call it that) is extremely non-optimal. It would be ideal to leave the PDB data in place for as long as possible before converting to the C++ AST in order to alleviate in duplicate code elimination, among other things.