Replies: 1 comment 1 reply
-
I like demangling. I see you listed a couple demanglers. Do you have any sense of how well they work? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Based on:
Support for the D demangler is something I would like to propose.
Although
c++filt
has brief support for D demangling in posix environments, unfortunately it doesn't fully support all_D
demangling variations.D [
extern(D)
- default] code can be exported to C++ [extern(C++)
orextern(C++, "namespace")
] and C [extern(C)
].ddemangler-src: https://github.com/dlang/tools/blob/master/ddemangle.d
druntime-demangle: https://github.com/ldc-developers/ldc/blob/master/runtime/druntime/src/core/demangle.d
References
Beta Was this translation helpful? Give feedback.
All reactions