how to parse mangled/demangled name into function name, arguments etc.
Jacob Carlborg
doob at me.com
Wed Mar 27 00:18:48 PDT 2013
On 2013-03-27 08:17, Jacob Carlborg wrote:
> There's core.demangle, but that won't give you an AST and it will
> probably fail in some cases. I would try and modify core.demangle to
> produce an AST instead of a string. Perhaps this old project has
> something useful:
>
> http://flectioned.kuehne.cn/
I actually started to work on that a couple of years ago. I wonder if I
have the code left, somewhere.
--
/Jacob Carlborg
More information about the Digitalmars-d-learn
mailing list