Open eyalroz opened 2 months ago
c++filt is great, but - it is also useful to be able to demangle in code. Since the functionality is already here, why not rearrange this project so that one of the targets is a (C++ I guess) library for demangling, and the executable uses it?
That's already kinda the setup -- the main binary is all of 187 lines. What concretely would you change?
I would:
c++filt is great, but - it is also useful to be able to demangle in code. Since the functionality is already here, why not rearrange this project so that one of the targets is a (C++ I guess) library for demangling, and the executable uses it?