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
Uh oh!
There was an error while loading. Please reload this page.
-
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