python-itanium_demangler icon indicating copy to clipboard operation
python-itanium_demangler copied to clipboard

Consider supporting expressions?

Open GnomedDev opened this issue 1 year ago • 3 comments

I just ran into a failure de-mangling _ZN2SP3Net11ProtoSocketI11_STCMessageXadL_Z14STCMessage_msgEE11_CTSMessageXadL_Z14CTSMessage_msgEEE10writeProtoES3_ with the exception "expressions are not supported". Could these be supported or is there a way for me to avoid generating these "expressions" in the symbol name?

GnomedDev avatar Jul 17 '23 01:07 GnomedDev

Happy to merge a PR implementing expressions in a manner consistent with the rest of the codebase.

whitequark avatar Jul 17 '23 05:07 whitequark

I'm possibly interested in adding expression support. What reference did you follow when implementing this, just the spec or is there another way?

travisdowns avatar Dec 14 '23 20:12 travisdowns

Just the spec.

whitequark avatar Dec 14 '23 20:12 whitequark