On 1/23/13 2:41 AM, Jacob Carlborg wrote:
On 2013-01-22 20:53, Sönke Ludwig wrote:
Consider "int[4u] delegate(scope float*[void function(scope int)] p1,
Rebindable!(const(C))*[]* b)"
There are actually quite some things to parse in human readable type
strings, I even remember some
expressions. And parsing this is at least as language specific as the
mangled name. But I agree that
having both should be a good compromise.
This wouldn't be fun to parse. It basically requires a front end.
If we need a secondary parser to slice and dice the json output, we
failed producing good json output.
Andrei